summaryrefslogtreecommitdiff
path: root/examples/gui/main.lua
diff options
context:
space:
mode:
authorjussi2023-11-30 02:50:00 +0200
committerjussi2023-11-30 02:50:00 +0200
commitaa03fffcb32e4a04589d74273c81316b39afacd9 (patch)
tree862f1ebed684982a68221aae94e5384ff4473480 /examples/gui/main.lua
parent8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 (diff)
downloadreilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.tar.gz
reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.tar.bz2
reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.zip
Raygui textures with SetShapesTexture.
Diffstat (limited to 'examples/gui/main.lua')
-rw-r--r--examples/gui/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/main.lua b/examples/gui/main.lua
index 676b562..5a178dc 100644
--- a/examples/gui/main.lua
+++ b/examples/gui/main.lua
@@ -51,7 +51,7 @@ function RL.draw()
if windowOpen and RL.GuiWindowBox( { 300, 16, 200, 320 }, "Window" ) == 1 then
windowOpen = false
end
-
+
RL.GuiPanel( { 60, 260, 100, 100 }, "Panel" )
_, toggled = RL.GuiToggle( { 200, 260, 64, 32 }, "Toggle", toggled )