diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-22 16:45:54 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-22 16:45:54 -0400 |
| commit | f70c9094f2d635fccdf6c730bc224e2614107c59 (patch) | |
| tree | 8353965cc6ec36f6aa06b4c46fc4c8b02416beda /src/gates.rs | |
| parent | Add introduction and conclusion screens (diff) | |
| download | stallman-shooter-f70c9094f2d635fccdf6c730bc224e2614107c59.tar.zst | |
Make Bill a bit bigger
It's just less fun when he's so tiny
Diffstat (limited to 'src/gates.rs')
| -rw-r--r-- | src/gates.rs | 2 |
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 } } |
