From 410f971972bde37fb852420ea2ca0e2f69f27256 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 30 Jan 2021 09:41:31 -0500 Subject: Encapsulated some player movement stuff Imported vector from therapy5 --- src/consts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/consts.h') 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 @@ const int GAME_WIDTH = 640; const int GAME_HEIGHT = 480; +const int MOVEMENT_SPEED = 4; + #endif /* end of include guard: CONSTS_H_9561E49C */ -- cgit 1.4.1