Made a terrible animation sprite and then did a quick animation test. Won't keep it for now but this shows how it could work.

This commit is contained in:
Zed A. Shaw 2025-01-25 12:02:57 -05:00
parent 0882851b3f
commit 51858ea399
6 changed files with 9 additions and 4 deletions

View file

@ -8,7 +8,7 @@ constexpr const int RAY_VIEW_X=(1280 - RAY_VIEW_WIDTH);
constexpr const int RAY_VIEW_Y=0;
constexpr const int SCREEN_HEIGHT=720;
constexpr const int SCREEN_WIDTH=1280;
constexpr const bool VSYNC=true;
constexpr const bool VSYNC=false;
constexpr const int FRAME_LIMIT=60;
#ifdef NDEBUG
constexpr const bool DEBUG_BUILD=false;