diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-25 14:46:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 14:46:09 +0200 |
commit | 3c056d68fe9c28b0c867a8d8bb3d4394745296d0 (patch) | |
tree | 60e47ed4ee86ee044e4a14a7a4d2d008f76c6355 /pixel-client/src/main.rs | |
parent | 16dbbba23e3534105707fbb861a1dce5d9ef2f0e (diff) | |
download | hurrycurry-3c056d68fe9c28b0c867a8d8bb3d4394745296d0.tar hurrycurry-3c056d68fe9c28b0c867a8d8bb3d4394745296d0.tar.bz2 hurrycurry-3c056d68fe9c28b0c867a8d8bb3d4394745296d0.tar.zst |
main menu side column
Diffstat (limited to 'pixel-client/src/main.rs')
-rw-r--r-- | pixel-client/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/main.rs b/pixel-client/src/main.rs index 247cd636..fb98d12f 100644 --- a/pixel-client/src/main.rs +++ b/pixel-client/src/main.rs @@ -117,7 +117,7 @@ fn main() { last_tick += dt; - renderer.set_ui_view(5.); + renderer.set_ui_view(4.); match &mut state { State::Ingame(x) => x.draw(&mut renderer), State::Menu(x) => x.draw(&mut renderer), |