Update versions

This commit is contained in:
Not-Nik 2022-01-08 23:18:09 +01:00
parent 28bd276606
commit eba6c5392f
Failed to generate hash of commit
4 changed files with 20 additions and 27 deletions

View file

@ -19,8 +19,7 @@ pub fn main() anyerror!void {
//--------------------------------------------------------------------------------------
// Main game loop
while (!rl.WindowShouldClose()) // Detect window close button or ESC key
{
while (!rl.WindowShouldClose()) { // Detect window close button or ESC key
// Update
//----------------------------------------------------------------------------------
// TODO: Update your variables here