Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 24, 2018, 1:05:32 AM (6 years ago)
Author:
landauf
Message:

updated Settings.lua and all sub-menus to cegui 0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/data/gui/scripts/ControlsMenu.lua

    r8079 r11800  
    99    --buttons are arranged in a 3x1 matrix:
    1010    P:setButton(1, 1, {
    11             ["button"] = winMgr:getWindow("orxonox/MouseControlsButton"),
     11            ["button"] = P.window:getChild("ControlsWindow/MouseControlsButton"),
    1212            ["callback"]  = P.ControlsMouseControlsButton_clicked
    1313    })
    1414
    1515    P:setButton(2, 1, {
    16             ["button"] = winMgr:getWindow("orxonox/KeybindingsButton"),
     16            ["button"] = P.window:getChild("ControlsWindow/KeybindingsButton"),
    1717            ["callback"]  = P.ControlsKeyboardControlsButton_clicked
    1818    })
    1919
    2020    P:setButton(3, 1, {
    21             ["button"] = winMgr:getWindow("orxonox/ControlsBackButton"),
     21            ["button"] = P.window:getChild("ControlsBackButton"),
    2222            ["callback"]  = P.ControlsBackButton_clicked
    2323    })
Note: See TracChangeset for help on using the changeset viewer.