summary refs log tree commit diff stats
path: root/src/consts.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 09:56:16 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 09:56:16 -0500
commitde0ac2927230ce44fb92f362bfa7e4b4cb29bdd1 (patch)
tree7b5d6a2a0067a08f43753ed04bb89a82b392ad2e /src/consts.h
parent410f971972bde37fb852420ea2ca0e2f69f27256 (diff)
downloadtanetane-de0ac2927230ce44fb92f362bfa7e4b4cb29bdd1.tar.gz
tanetane-de0ac2927230ce44fb92f362bfa7e4b4cb29bdd1.tar.bz2
tanetane-de0ac2927230ce44fb92f362bfa7e4b4cb29bdd1.zip
Added party following movement
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h index 96176a4..d6bf90b 100644 --- a/src/consts.h +++ b/src/consts.h
@@ -5,5 +5,6 @@ const int GAME_WIDTH = 640;
5const int GAME_HEIGHT = 480; 5const int GAME_HEIGHT = 480;
6 6
7const int MOVEMENT_SPEED = 4; 7const int MOVEMENT_SPEED = 4;
8const int PARTY_FRAME_DELAY = 20;// / MOVEMENT_SPEED;
8 9
9#endif /* end of include guard: CONSTS_H_9561E49C */ 10#endif /* end of include guard: CONSTS_H_9561E49C */