ExportBuffer and LoadBufferFromFile.

This commit is contained in:
jussi
2023-11-05 22:43:03 +02:00
parent d74a505d40
commit 7b8ef2cd90
7 changed files with 120 additions and 82 deletions

View File

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