Changeset 8729 for code/trunk/data/gui/scripts/NotificationLayer.lua
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/data/gui/scripts/NotificationLayer.lua
r8706 r8729 1 1 -- NotificationLayer.lua 2 2 3 local P = createMenuSheet("NotificationLayer", true, TriBool.True, TriBool.True)3 local P = createMenuSheet("NotificationLayer", true, tribool(true), tribool(true)) 4 4 5 5 P.queueList = {}
Note: See TracChangeset
for help on using the changeset viewer.