Changeset 6773 for code/branches/gamestates3/data/gui/scripts/InfoPopup.lua
- Timestamp:
- Apr 23, 2010, 11:41:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestates3/data/gui/scripts/InfoPopup.lua
r6746 r6773 18 18 19 19 function P.setCloseButton(closeButton) 20 close = winMgr:getWindow("orxonox/InfoPopup_close")20 local close = winMgr:getWindow("orxonox/InfoPopup_close") 21 21 close:setVisible(closeButton) 22 22 if(not closeButton) then
Note: See TracChangeset
for help on using the changeset viewer.