change to 20ms tick time for smoother movement
This commit is contained in:
parent
e77c24469a
commit
1445c3d154
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user