Raygui wrapper library is now object based.

This commit is contained in:
jussi
2023-11-30 19:41:22 +02:00
parent aa03fffcb3
commit a5d40f7025
13 changed files with 717 additions and 417 deletions

View File

@@ -3,7 +3,7 @@ if table.unpack == nil then
table.unpack = unpack
end
Vector2 = {}
local Vector2 = {}
Vector2.meta = {
__index = Vector2,
__tostring = function( v )