diff options
| author | jussi | 2023-10-27 01:16:03 +0300 |
|---|---|---|
| committer | jussi | 2023-10-27 01:16:03 +0300 |
| commit | 6be8d71fac6dfdc3a4a55e342c61435b8906c8b9 (patch) | |
| tree | 3cf7848ec47636b383a452e413ff78e91be4e59c /examples/window/main.lua | |
| parent | 56c365c8cc88455d69df42e7842c986e760c776e (diff) | |
| download | reilua-enhanced-6be8d71fac6dfdc3a4a55e342c61435b8906c8b9.tar.gz reilua-enhanced-6be8d71fac6dfdc3a4a55e342c61435b8906c8b9.tar.bz2 reilua-enhanced-6be8d71fac6dfdc3a4a55e342c61435b8906c8b9.zip | |
Release v0.5.
Diffstat (limited to 'examples/window/main.lua')
| -rw-r--r-- | examples/window/main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua index 9816188..0479f5e 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -1,6 +1,5 @@ local textColor = RL.BLACK local textPos = { 192, 200 } -local imageFont = -1 local text = "Congrats! You created your first window!" function RL.init() |
