correct window name: asjilfn
This commit is contained in:
parent
4f5e7d94cc
commit
1407e60d40
|
@ -21,7 +21,7 @@ Vector2 window = {1920, 1080};
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
SetRandomSeed(69);
|
SetRandomSeed(69);
|
||||||
InitWindow(window.x, window.y, "speedrun");
|
InitWindow(window.x, window.y, "SPAGHETTI VS BOLOGNESE");
|
||||||
SetWindowState(FLAG_FULLSCREEN_MODE|FLAG_WINDOW_RESIZABLE);
|
SetWindowState(FLAG_FULLSCREEN_MODE|FLAG_WINDOW_RESIZABLE);
|
||||||
HideCursor();
|
HideCursor();
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
|
Loading…
Reference in New Issue