mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 03:57:29 +00:00
Update ReadMe.md
This commit is contained in:
parent
534f55ca38
commit
968f145583
@ -13,7 +13,7 @@ pub fn main() anyerror!void
|
||||
const screenWidth = 800;
|
||||
const screenHeight = 450;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, c"Rayzig test");
|
||||
InitWindow(screenWidth, screenHeight, c"MyWindow");
|
||||
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user