Changeset 9039 for code/branches/shipSelection
- Timestamp:
- Mar 16, 2012, 3:33:05 PM (13 years ago)
- Location:
- code/branches/shipSelection/data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/shipSelection/data/gui/scripts/SingleplayerMenu.lua
r9016 r9039 2 2 3 3 local P = createMenuSheet("SingleplayerMenu") 4 4 P.loadAlong = { "ShipSelectionMenu"} 5 5 P.levelList = {} 6 6 P.activeTabIndexes = {} … … 143 143 local level = P.SingleplayerGetSelectedLevel() 144 144 if level ~= nil then 145 if level:hasTag("shipselection") then 146 showMenuSheet("ShipSelectionMenu", true) 147 end 145 148 orxonox.execute("startGame " .. level:getXMLFilename()) 146 149 hideAllMenuSheets() -
code/branches/shipSelection/data/levels/tutorial.oxw
r9016 r9039 2 2 name = "Coding Tutorial" 3 3 description = "Level for the coding tutorial." 4 tags = "tutorial "4 tags = "tutorial, shipselection" 5 5 screenshot = "codingtutorial.png" 6 6 />
Note: See TracChangeset
for help on using the changeset viewer.