This commit is contained in:
2024-09-12 17:25:45 +02:00
commit b4b2350b88
224 changed files with 172565 additions and 0 deletions

7
lui/luitighttext.dec.lua Normal file
View File

@@ -0,0 +1,7 @@
LUI.UITightText = {}
LUI.UITightText.new = function ( f1_arg0 )
local self = LUI.UIText.new( f1_arg0 )
self:setupUITightText()
return self
end