Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9039


Ignore:
Timestamp:
Mar 16, 2012, 3:33:05 PM (12 years ago)
Author:
huttemat
Message:

Added ShipSelectionMenu.layout

Location:
code/branches/shipSelection/data
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shipSelection/data/gui/scripts/SingleplayerMenu.lua

    r9016 r9039  
    22
    33local P = createMenuSheet("SingleplayerMenu")
    4 
     4P.loadAlong = { "ShipSelectionMenu"}
    55P.levelList = {}
    66P.activeTabIndexes = {}
     
    143143    local level = P.SingleplayerGetSelectedLevel()
    144144    if level ~= nil then
     145        if level:hasTag("shipselection") then
     146            showMenuSheet("ShipSelectionMenu", true)
     147        end
    145148        orxonox.execute("startGame " .. level:getXMLFilename())
    146149        hideAllMenuSheets()
  • code/branches/shipSelection/data/levels/tutorial.oxw

    r9016 r9039  
    22 name = "Coding Tutorial"
    33 description = "Level for the coding tutorial."
    4  tags = "tutorial"
     4 tags = "tutorial, shipselection"
    55 screenshot = "codingtutorial.png"
    66/>
Note: See TracChangeset for help on using the changeset viewer.