correct window name: asjilfn

This commit is contained in:
nemo 2025-02-05 19:38:05 +01:00
parent 4f5e7d94cc
commit 1407e60d40
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Vector2 window = {1920, 1080};
int main()
{
SetRandomSeed(69);
InitWindow(window.x, window.y, "speedrun");
InitWindow(window.x, window.y, "SPAGHETTI VS BOLOGNESE");
SetWindowState(FLAG_FULLSCREEN_MODE|FLAG_WINDOW_RESIZABLE);
HideCursor();
SetTargetFPS(60);