afegit CMakeLists.txt

arreglos d'estil
This commit is contained in:
2025-03-23 20:27:03 +01:00
parent 4c9b8adfa6
commit 9cddd6e03b
4 changed files with 237 additions and 167 deletions

View File

@@ -10,7 +10,8 @@ constexpr int ZOOM = 3;
constexpr float GRAVITY = 0.2f;
constexpr int DOT_SIZE = 1;
constexpr int MAX_DOTS = 200000;
constexpr int TEXT_TIME = 100;
constexpr Uint64 TEXT_DURATION = 2000;
constexpr Uint64 DEMO_SPEED = 1000/60;
struct Color
{