From aa03fffcb32e4a04589d74273c81316b39afacd9 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 30 Nov 2023 02:50:00 +0200 Subject: Raygui textures with SetShapesTexture. --- examples/gui/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gui/main.lua') 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 ) -- cgit v1.2.3