Enough for today

This commit is contained in:
2026-01-23 22:33:18 +01:00
parent e56d974984
commit 1915e93de2

View File

@@ -4,6 +4,11 @@ int main(void) {
const int screenWidth = 800;
const int screenHeight = 450;
struct Player {
Rectangle playerRec;
float velocity;
};
InitWindow(screenWidth, screenHeight, "DREAM");
SetTargetFPS(60);