summary refs log tree commit diff stats
path: root/src/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/consts.h b/src/consts.h index 38e0ef8..e0af6cd 100644 --- a/src/consts.h +++ b/src/consts.h
@@ -7,8 +7,8 @@ const int GAME_HEIGHT = 480;
7const int CANVAS_WIDTH = 240; 7const int CANVAS_WIDTH = 240;
8const int CANVAS_HEIGHT = 160; 8const int CANVAS_HEIGHT = 160;
9 9
10const int MOVEMENT_SPEED = 2; 10const int LUCAS_MOVEMENT_SPEED = 2;
11const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; 11const int PARTY_FRAME_DELAY = 20; // true delay is this divided by movement speed (so for Lucas walking it's 10)
12 12
13const int MESSAGE_TEXT_WIDTH = 196; 13const int MESSAGE_TEXT_WIDTH = 196;
14 14