Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2010, 3:51:43 PM (14 years ago)
Author:
scurcio
Message:

final changes in struct for the objectMap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hudelements/data/gui/scripts/InGamePickupHUD.lua

    r6631 r6917  
    1313
    1414function P:init()
    15   -- wie kann man hier dynamisch neue ListBoxItems erstellen?
    16   -- wie können sich diese ListBoxItems selbst aktualisieren? <<Tickable?>>
    1715end
    1816
     
    2119
    2220
     21function P.button_Pickup_clicked(e)
     22    orxonox.Game:getInstance():popState()
     23    orxonox.Game:getInstance():popState()
     24    orxonox.Game:getInstance():requestState("mainmenu")
     25    hideGUI("InGameMenu")
     26end
    2327
    2428function P.close_button_clicked()
Note: See TracChangeset for help on using the changeset viewer.