aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/src/graphics/entities/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-client/src/graphics/entities/mod.rs')
-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();