fix examples
This commit is contained in:
parent
528bcf29c5
commit
44e53ff7d1
3 changed files with 23 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pub fn main() anyerror!void {
|
|||
defer rl.closeWindow(); // Close window and OpenGL context
|
||||
|
||||
var boxPositionY: f32 = screenHeight / 2 - 40;
|
||||
var scrollSpeed: f32 = 4; // Scrolling speed in pixels
|
||||
const scrollSpeed: f32 = 4; // Scrolling speed in pixels
|
||||
|
||||
rl.setTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue