summary refs log tree commit diff stats
path: root/src/consts.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-03 21:29:52 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-03 21:29:52 -0500
commit138e0a8f83e82c6109bfc387ac7417d4f41711b4 (patch)
treeaf4fe2d5453d5d2090f8106a433d507bd0e75a81 /src/consts.h
parentdab96b810691c26e29fef92d88c828a311be3e9d (diff)
downloadtanetane-138e0a8f83e82c6109bfc387ac7417d4f41711b4.tar.gz
tanetane-138e0a8f83e82c6109bfc387ac7417d4f41711b4.tar.bz2
tanetane-138e0a8f83e82c6109bfc387ac7417d4f41711b4.zip
Added cutscene bars (and resized game)
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/consts.h b/src/consts.h index fcfdff2..5ef2c21 100644 --- a/src/consts.h +++ b/src/consts.h
@@ -1,11 +1,11 @@
1#ifndef CONSTS_H_9561E49C 1#ifndef CONSTS_H_9561E49C
2#define CONSTS_H_9561E49C 2#define CONSTS_H_9561E49C
3 3
4const int GAME_WIDTH = 640; 4const int GAME_WIDTH = 720;
5const int GAME_HEIGHT = 480; 5const int GAME_HEIGHT = 480;
6 6
7const int CANVAS_WIDTH = 320; 7const int CANVAS_WIDTH = 240;
8const int CANVAS_HEIGHT = 240; 8const int CANVAS_HEIGHT = 160;
9 9
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;