summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-08-22 16:45:54 -0400
committerRaymond Hogenson <rhogenson@posteo.net>2018-08-22 16:45:54 -0400
commitf70c9094f2d635fccdf6c730bc224e2614107c59 (patch)
tree8353965cc6ec36f6aa06b4c46fc4c8b02416beda /src
parent8656df15f29ebe0900db830eb6e5d8d1f11c2e03 (diff)
downloadstallman-shooter-f70c9094f2d635fccdf6c730bc224e2614107c59.tar.zst
Make Bill a bit bigger
It's just less fun when he's so tiny
Diffstat (limited to 'src')
-rw-r--r--src/gates.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gates.rs b/src/gates.rs
index c79297a..2c8da82 100644
--- a/src/gates.rs
+++ b/src/gates.rs
@@ -49,7 +49,7 @@ impl state::Positioned for Gates {
self.y.round() as i32
}
fn radius() -> u32 {
- 15
+ 30
}
}