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

@@ -68,5 +68,5 @@ function RL.draw()
text = text.."\nPress T to toggle target visible.\nVisible: "..tostring( targetVisible )
RL.DrawText( 0, text, { 16, 16 }, 30, 4, RL.WHITE )
RL.DrawText( RL.defaultFont, text, { 16, 16 }, 30, 4, RL.WHITE )
end