Changeset 10254 for code/branches/storymodeHS14/data
- Timestamp:
- Feb 3, 2015, 11:43:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/storymodeHS14/data/gui/scripts/SingleplayerMenu.lua
r10250 r10254 19 19 P.createFilterTab("Tests", "test") 20 20 P.createFilterTab("Show All", nil) 21 22 21 23 22 -- update description and screenshot boxes 24 23 P.SingleplayerSelectionChanged() 25 24 26 --buttons are arranged in a 1x4matrix25 --buttons are arranged in a 2x3 matrix 27 26 P:setButton(1, 1, { 28 27 ["button"] = winMgr:getWindow("orxonox/SingleplayerStartButton"), … … 39 38 ["callback"] = P.SingleplayerBackButton_clicked 40 39 }) 41 P:setButton(1, 4,{ 40 41 P:setButton(2, 2,{ 42 42 ["button"] = winMgr:getWindow("orxonox/CampaignButton"), 43 43 ["callback"] = P.CampaignButton_clicked
Note: See TracChangeset
for help on using the changeset viewer.