change to 20ms tick time for smoother movement

This commit is contained in:
Josh Holtrop 2013-03-10 22:34:00 -04:00
parent e77c24469a
commit 1445c3d154

View File

@ -1,6 +1,6 @@
import inputs; import inputs;
static enum uint TICK_MS = 50; static enum uint TICK_MS = 20;
static enum int NUM_PLAYERS = 2; static enum int NUM_PLAYERS = 2;
static double MOVE_SPEED = 200.0; static double MOVE_SPEED = 200.0;