feat: raycasting part 3

This commit is contained in:
Floriansylvain
2025-12-28 17:34:44 +01:00
parent f59a48ed51
commit 763a236882
5 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include "Player.hpp"
#include "Walls.hpp"
constexpr bool VSYNC = false;
constexpr bool VSYNC = true;
constexpr int WIDTH = 1920;
constexpr int HEIGHT = 1080;
constexpr int DEBUG_REFRESH_RATE_IN_MS = 250;