diff options
| author | jussi | 2023-11-30 02:50:00 +0200 |
|---|---|---|
| committer | jussi | 2023-11-30 02:50:00 +0200 |
| commit | aa03fffcb32e4a04589d74273c81316b39afacd9 (patch) | |
| tree | 862f1ebed684982a68221aae94e5384ff4473480 /examples/window/main.lua | |
| parent | 8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 (diff) | |
| download | reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.tar.gz reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.tar.bz2 reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.zip | |
Raygui textures with SetShapesTexture.
Diffstat (limited to 'examples/window/main.lua')
| -rw-r--r-- | examples/window/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua index 63c18d7..808cccc 100644 --- a/examples/window/main.lua +++ b/examples/window/main.lua @@ -25,4 +25,6 @@ end function RL.draw() RL.ClearBackground( RL.RAYWHITE ) RL.DrawText( text, textPos, 20, textColor ) + + RL.DrawCircle( { 300, 300 }, 180, RL.BLACK ) end |
