Changeset 6917 for code/branches/hudelements/data/gui/scripts
- Timestamp:
- May 17, 2010, 3:51:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hudelements/data/gui/scripts/InGamePickupHUD.lua
r6631 r6917 13 13 14 14 function P:init() 15 -- wie kann man hier dynamisch neue ListBoxItems erstellen?16 -- wie können sich diese ListBoxItems selbst aktualisieren? <<Tickable?>>17 15 end 18 16 … … 21 19 22 20 21 function P.button_Pickup_clicked(e) 22 orxonox.Game:getInstance():popState() 23 orxonox.Game:getInstance():popState() 24 orxonox.Game:getInstance():requestState("mainmenu") 25 hideGUI("InGameMenu") 26 end 23 27 24 28 function P.close_button_clicked()
Note: See TracChangeset
for help on using the changeset viewer.