diff options
| author | jussi | 2023-10-22 22:13:27 +0300 |
|---|---|---|
| committer | jussi | 2023-10-22 22:13:27 +0300 |
| commit | 6915f3e27c7a2f4ed8c90909a9aa9cb8906d1c00 (patch) | |
| tree | 1353262eb323eba14b886daf9510ca02060b74da /README.md | |
| parent | 95be0403e69b3047a0375cf965dedca0ad876409 (diff) | |
| download | reilua-enhanced-6915f3e27c7a2f4ed8c90909a9aa9cb8906d1c00.tar.gz reilua-enhanced-6915f3e27c7a2f4ed8c90909a9aa9cb8906d1c00.tar.bz2 reilua-enhanced-6915f3e27c7a2f4ed8c90909a9aa9cb8906d1c00.zip | |
rlgl Matrix state management.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ Application needs 'main.lua' or 'main' file as entry point. ReiLua executable wi Example of basic "main.lua" file that will show basic windows with text. -``` +```Lua local textColor = RL.BLACK local textPos = { 192, 200 } |
