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:41:31 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 09:41:31 -0500
commit410f971972bde37fb852420ea2ca0e2f69f27256 (patch)
tree73262614d4688e4f9a26c97557db5720b049029e /src/consts.h
parent78e5bd2e622204d0deab252d9b2ab90c3095b67d (diff)
downloadtanetane-410f971972bde37fb852420ea2ca0e2f69f27256.tar.gz
tanetane-410f971972bde37fb852420ea2ca0e2f69f27256.tar.bz2
tanetane-410f971972bde37fb852420ea2ca0e2f69f27256.zip
Encapsulated some player movement stuff
Imported vector from therapy5
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 2088f45..96176a4 100644 --- a/src/consts.h +++ b/src/consts.h
@@ -4,4 +4,6 @@
4const int GAME_WIDTH = 640; 4const int GAME_WIDTH = 640;
5const int GAME_HEIGHT = 480; 5const int GAME_HEIGHT = 480;
6 6
7const int MOVEMENT_SPEED = 4;
8
7#endif /* end of include guard: CONSTS_H_9561E49C */ 9#endif /* end of include guard: CONSTS_H_9561E49C */