Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2009, 9:45:39 PM (14 years ago)
Author:
dafrick
Message:

KeyBindMenu is working now. (Apart from some minor faults)
Found some commandExecutor("show/hideGUI …") in DecisionPopup, and another possible bug.
Added an InfoPopup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/DecisionPopup.lua

    r6150 r6266  
    2828        P.functionPtr(true)
    2929    end
    30     orxonox.CommandExecutor:execute("hideGUI DecisionPopup")
     30    hideGUI("DecisionPopup")
    3131end
    3232
     
    3535        P.functionPtr(false)
    3636    end
    37     orxonox.CommandExecutor:execute("hideGUI DecisionPopup")
     37    hideGUI("DecisionPopup")
    3838end
    3939
Note: See TracChangeset for help on using the changeset viewer.