- Added 2 new textures: BantoBar and Skyline.

- Added 6 new fonts: Oswald, Nueva Std Cond, Accidental Presidency, TrashHand, Harry P, Forced Square.
- Many improvements done on Welcome Screen.

- New API: _detalhes.table.deploy (t1, t2) copy values from t2 to t1.
This commit is contained in:
tercio
2014-08-23 15:04:01 -03:00
parent f97b9fbe42
commit 50f33fd301
15 changed files with 217 additions and 15 deletions
+3 -1
View File
@@ -844,7 +844,9 @@ function gump:NewDropDown (parent, container, name, member, w, h, func, default)
container = container.widget
end
default = default or 1
if (default == nil) then
default = 1
end
--> default members:
--> hooks