Raygui textures with SetShapesTexture.

This commit is contained in:
jussi
2023-11-30 02:50:00 +02:00
parent 8882d2ff2c
commit aa03fffcb3
15 changed files with 329 additions and 82 deletions

View File

@@ -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 )