Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2018, 11:59:52 AM (6 years ago)
Author:
linggj
Message:

Story Mode Controller added again as a controllabel entitz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/data/gui/scripts/CampaignMenu.lua

    r12101 r12106  
    22
    33local P = createMenuSheet("CampaignMenu")
     4
    45
    56function P:onShow()
     
    7576end
    7677
    77 function P.forwardButton_clicked(e)
    78     P.loadMap()
    79 end
     78
     79
    8080
    8181function P.Mission1Button_clicked(e)
     
    124124
    125125function P.loadMap()
    126     orxonox.execute("change Game  NC_StoryModeLevel")
     126    orxonox.execute("changeGame  dynamicMatch.oxw")
     127     hideAllMenuSheets()
    127128end
    128129
Note: See TracChangeset for help on using the changeset viewer.