Update ReadMe.md
This commit is contained in:
parent
534f55ca38
commit
968f145583
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pub fn main() anyerror!void
|
||||||
const screenWidth = 800;
|
const screenWidth = 800;
|
||||||
const screenHeight = 450;
|
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
|
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue