Browse Source

let ` set zoom to 0

main
Colin McMillen 12 months ago
parent
commit
4a857b461c
  1. 2
      Program.cs

2
Program.cs

@ -311,7 +311,7 @@ public class Game : GameWindow {
upTimer = Int64.MaxValue;
}
if (input.IsKeyDown(Keys.D0)) {
if (input.IsKeyDown(Keys.D0) || input.IsKeyDown(Keys.GraveAccent)) {
zoomLevel = 0f;
}

Loading…
Cancel
Save