Fixed examples.

This commit is contained in:
jussi
2023-10-29 19:45:18 +02:00
parent fcd2d2d8b5
commit 992310fb90
18 changed files with 62 additions and 54 deletions

View File

@@ -60,7 +60,7 @@ end
function RL.draw()
RL.ClearBackground( RL.RAYWHITE )
RL.DrawText( 0, "Congrats! You created your first window!", textPos, 20, 2, textColor )
RL.DrawText( RL.defaultFont, "Congrats! You created your first window!", textPos, 20, 2, textColor )
end
```