Raygui lib examples file browser.

This commit is contained in:
jussi
2024-03-29 20:51:43 +02:00
parent 523351609a
commit b96960a1f9
13 changed files with 517 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ function Calculator:new( pos )
{ -- Callbacks.
close = function() object:setVisible( false ) end,
grab = function() object:set2Top() end,
drag = function( self ) object:setPosition( Vec2:new( self.bounds.x, self.bounds.y ) ) end
drag = function( this ) object:setPosition( Vec2:new( this.bounds.x, this.bounds.y ) ) end
}
)
object.display = Gui:Label(