Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 3, 2015, 11:43:42 PM (9 years ago)
Author:
landauf
Message:

cleanup

File:
1 edited

Legend:

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

    r10250 r10254  
    1919    P.createFilterTab("Tests", "test")
    2020    P.createFilterTab("Show All", nil)
    21    
    2221
    2322    -- update description and screenshot boxes
    2423    P.SingleplayerSelectionChanged()
    2524
    26     --buttons are arranged in a 1x4 matrix
     25    --buttons are arranged in a 2x3 matrix
    2726    P:setButton(1, 1, {
    2827            ["button"] = winMgr:getWindow("orxonox/SingleplayerStartButton"),
     
    3938            ["callback"]  = P.SingleplayerBackButton_clicked
    4039    })
    41     P:setButton(1, 4,{
     40
     41    P:setButton(2, 2,{
    4242            ["button"] = winMgr:getWindow("orxonox/CampaignButton"),
    4343            ["callback"] = P.CampaignButton_clicked
Note: See TracChangeset for help on using the changeset viewer.