Raygui updated to version 4.0.

This commit is contained in:
jussi
2023-11-21 23:34:47 +02:00
parent 01883035b0
commit 85a48cf093
18 changed files with 4141 additions and 2756 deletions

View File

@@ -32,13 +32,11 @@ function RL.init()
end
function RL.process( delta )
-- Gui:process()
Raygui:process()
end
function RL.draw()
RL.ClearBackground( RL.DARKBLUE )
-- Gui:draw()
Raygui:draw()
end