aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/src/graphics/entities
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-07 00:47:06 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-07 00:47:06 +0100
commitf5b36ff6b99256030201c878608a07d163b4c802 (patch)
treeb07cb8c699d2e384de728df5ae1e0fdcd4a29f30 /games/rstnode/rst-client/src/graphics/entities
parenta6a1949914fb2074fb5fec9c75b075eac369541f (diff)
rstnode: add basic node assets
Diffstat (limited to 'games/rstnode/rst-client/src/graphics/entities')
-rw-r--r--games/rstnode/rst-client/src/graphics/entities/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rstnode/rst-client/src/graphics/entities/mod.rs b/games/rstnode/rst-client/src/graphics/entities/mod.rs
index 168f40d2aeee..d3536d4f5fc2 100644
--- a/games/rstnode/rst-client/src/graphics/entities/mod.rs
+++ b/games/rstnode/rst-client/src/graphics/entities/mod.rs
@@ -32,7 +32,7 @@ impl EventHandler for NodeRndr {
ctx,
DrawMode::fill(),
Point2::from(&self.loc),
- 35.0,
+ 128.0,
0.1,
graphics::WHITE,
).unwrap();