diff --git a/src/game.d b/src/game.d index 6ea9d5a..d62ffe1 100644 --- a/src/game.d +++ b/src/game.d @@ -1,6 +1,6 @@ import inputs; -static enum uint TICK_MS = 50; +static enum uint TICK_MS = 20; static enum int NUM_PLAYERS = 2; static double MOVE_SPEED = 200.0;