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/window/main.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/window/main.lua') 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 -- cgit v1.2.3