Inventory and lighting improved, now to get ready for going down a level and that's most of the game loop working.

This commit is contained in:
Zed A. Shaw 2025-02-24 01:56:16 -05:00
parent 0878a9e978
commit dfd59065f7
8 changed files with 43 additions and 36 deletions

View file

@ -11,7 +11,7 @@ constexpr const int SCREEN_WIDTH=1280;
constexpr const int SCREEN_HEIGHT=720;
constexpr const int RAY_VIEW_X=(SCREEN_WIDTH - RAY_VIEW_WIDTH);
constexpr const int RAY_VIEW_Y=0;
constexpr const bool VSYNC=true;
constexpr const bool VSYNC=false;
constexpr const int FRAME_LIMIT=60;
constexpr const int NUM_SPRITES=1;
constexpr const int MAX_LOG_MESSAGES=17;