store winning condition in state + remove presets

This commit is contained in:
2026-02-24 21:33:05 +01:00
parent f31f9557b3
commit d8534cacdd
11 changed files with 178 additions and 279 deletions

View File

@ -4,9 +4,11 @@
#include <raylib.h>
#define THREADPOOL // Enable physics threadpool
#define TRACY // Enable tracy profiling support
#define BACKWARD // Enable pretty stack traces
// Gets set by CMake
// #define TRACY // Enable tracy profiling support
// Window
constexpr int INITIAL_WIDTH = 800;
constexpr int INITIAL_HEIGHT = 800;