diff options
| author | jussi | 2024-02-25 21:02:11 +0200 |
|---|---|---|
| committer | jussi | 2024-02-25 21:02:11 +0200 |
| commit | 625e4e0e4df7d08b58d6ba5741b932e57a70f3dd (patch) | |
| tree | c84e0f43e7f483917cea470a2a2c1aa68ae57a7b /README.md | |
| parent | 47ed28b006db71d823cfaa24fa143ab5cfcf279b (diff) | |
| download | reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.tar.gz reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.tar.bz2 reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.zip | |
EnableEventWaiting and DisableEventWaiting.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -66,9 +66,8 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) - RL.DrawText( text, textPos, textSize, textColor ) + RL.DrawText( text, textPos, textSize, textColor ) end - ``` Application folder structure should be... |
