Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2011, 1:10:38 AM (14 years ago)
Author:
landauf
Message:
  • the "back" button of MultiplayerMenu and SettingsMenu now fills the whole row at the bottom, so it can be accessed from both columns by pressing 'down'
  • added keyboard support for KeyBindMenu, MiscConfigMenu, and MouseControlsMenu
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/data/gui/scripts/MiscConfigMenu.lua

    r7403 r7924  
    8585    P.createLines()
    8686
     87    P:initButtons(1, 1)
     88    P:setButton(1, 1, {
     89            ["button"] = winMgr:getWindow("orxonox/MiscConfigMenu/MiscConfigBackButton"),
     90            ["callback"]  = P.MiscConfigBackButton_clicked
     91    })
    8792end
    8893
Note: See TracChangeset for help on using the changeset viewer.