From 138e0a8f83e82c6109bfc387ac7417d4f41711b4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 3 Feb 2021 21:29:52 -0500 Subject: Added cutscene bars (and resized game) --- src/consts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/consts.h') 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 @@ #ifndef CONSTS_H_9561E49C #define CONSTS_H_9561E49C -const int GAME_WIDTH = 640; +const int GAME_WIDTH = 720; const int GAME_HEIGHT = 480; -const int CANVAS_WIDTH = 320; -const int CANVAS_HEIGHT = 240; +const int CANVAS_WIDTH = 240; +const int CANVAS_HEIGHT = 160; const int MOVEMENT_SPEED = 2; const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; -- cgit 1.4.1