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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h index 5ef2c21..12b9e8f 100644 --- a/src/consts.h +++ b/src/consts.h
@@ -10,4 +10,6 @@ const int CANVAS_HEIGHT = 160;
10const int MOVEMENT_SPEED = 2; 10const int MOVEMENT_SPEED = 2;
11const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; 11const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED;
12 12
13const int MESSAGE_TEXT_WIDTH = 196;
14
13#endif /* end of include guard: CONSTS_H_9561E49C */ 15#endif /* end of include guard: CONSTS_H_9561E49C */