Changeset 7687 for code/branches/menu/data/gui/scripts/SettingsMenu.lua
- Timestamp:
- Dec 1, 2010, 2:04:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/menu/data/gui/scripts/SettingsMenu.lua
r7663 r7687 8 8 function P.onLoad() 9 9 --"Gameplay" and "Multiplayer Options" are not integrated in the list 10 10 --buttons are arranged in a 4x2 matrix. The lower-right element is not in the matrix! 11 11 local item = { 12 12 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/GraphicsButton"), … … 43 43 44 44 function P.onShow() 45 --indices to iterate through buttonlist 45 46 P.oldindex = 3 46 47 P.index = 2 … … 76 77 77 78 function P.onKeyPressed() 78 cout(0,code)79 79 buttonIteratorHelper(P.buttonList, code, P, 4, 2) 80 --indexTester(P.buttonList,code,P,4,2)81 80 end 82 81
Note: See TracChangeset
for help on using the changeset viewer.