Fixes for some Lua bugs
This commit is contained in:
parent
d5f5f0a930
commit
4960e6b6d7
20 changed files with 413 additions and 103 deletions
|
@ -38,7 +38,7 @@ while not WindowShouldClose() do -- Detect window close button or ESC
|
|||
|
||||
ClearBackground(RAYWHITE)
|
||||
|
||||
DrawText(SubText(message, 0, framesCounter/10), 210, 160, 20, MAROON)
|
||||
DrawText(string.sub(message, 0, framesCounter/10), 210, 160, 20, MAROON)
|
||||
|
||||
DrawText("PRESS [ENTER] to RESTART!", 240, 280, 20, LIGHTGRAY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue