Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 4:05:15 PM (8 years ago)
Author:
binderm
Message:

Campaignmenu improved, it's now possible to only show single levels and not all together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bindermFS16/data/gui/layouts/CampaignMenu.layout

    r11052 r11173  
    88        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1.0,0},{1.0,0}}" />
    99        <Property Name="BackgroundEnabled" Value="False" />
     10
    1011        <Window Type="MenuWidgets/Button" Name="orxonox/Mission1Button" >
    1112            <Property Name="Text" Value="Mission One" />
     
    1314            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1415            <Property Name="UnifiedAreaRect" Value="{{0.35,0},{0.1,0},{0.65,0},{0.15,0}}" />
     16            <Property Name="Disabled" Value="False" />
    1517            <Event Name="Clicked" Function="CampaignMenu.Mission1Button_clicked"/>
    1618        </Window>
     19
    1720        <Window Type="MenuWidgets/Button" Name="orxonox/Mission2Button" >
    1821            <Property Name="Text" Value="Fight in our Back" />
     
    2326            <Event Name="Clicked" Function="CampaignMenu.Mission2Button_clicked"/>
    2427        </Window>
     28
    2529        <Window Type="MenuWidgets/Button" Name="orxonox/Mission3Button" >
    2630            <Property Name="Text" Value="Pirate Attack" />
     
    3135            <Event Name="Clicked" Function="CampaignMenu.Mission3Button_clicked"/>
    3236        </Window>
     37
    3338        <Window Type="MenuWidgets/Button" Name="orxonox/Mission4Button" >
    3439            <Property Name="Text" Value="Trip to Area 51" />
     
    3944            <Event Name="Clicked" Function="CampaignMenu.Mission4Button_clicked"/>
    4045        </Window>
     46
    4147        <Window Type="MenuWidgets/Button" Name="orxonox/Mission5Button" >
    4248            <Property Name="Text" Value="Area 51 under Fire" />
     
    4753            <Event Name="Clicked" Function="CampaignMenu.Mission5Button_clicked"/>
    4854        </Window>
     55
    4956        <Window Type="MenuWidgets/Button" Name="orxonox/Mission6Button" >
    5057            <Property Name="Text" Value="Escape the Bastards" />
     
    5562            <Event Name="Clicked" Function="CampaignMenu.Mission6Button_clicked"/>
    5663        </Window>
     64
    5765        <Window Type="MenuWidgets/Button" Name="orxonox/Mission7Button" >
    5866            <Property Name="Text" Value="Expedition to Sector 5C" />
     
    6371            <Event Name="Clicked" Function="CampaignMenu.Mission7Button_clicked"/>
    6472        </Window>
     73
    6574        <Window Type="MenuWidgets/Button" Name="orxonox/Mission8Button" >
    6675            <Property Name="Text" Value="Shuttle under Attack" />
     
    7180            <Event Name="Clicked" Function="CampaignMenu.Mission8Button_clicked"/>
    7281        </Window>
     82
    7383        <Window Type="MenuWidgets/Button" Name="orxonox/Mission9Button" >
    7484            <Property Name="Text" Value="Retaliation" />
     
    8090        </Window>
    8191
    82 
    8392        <Window Type="MenuWidgets/Button" Name="orxonox/CampaignMenuBackButton" >
    8493            <Property Name="Text" Value="Back" />
     94            <Property Name="Visible" Value="False"/>
    8595            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    8696            <Property Name="UnifiedAreaRect" Value="{{0.35,0},{0.85,0},{0.65,0},{0.9,0}}" />
     97            <Property Name="Visible" Value="True"/>
     98            <Property Name="Disabled" Value="False"/>
    8799            <Event Name="Clicked" Function="CampaignMenu.CampaignMenuBackButton_clicked"/>
    88100        </Window>
     101
    89102        <Window Type="MenuWidgets/StaticText" Name="orxonox/CampaignMenuCongratulation" >
    90103            <Property Name="Text" Value="Campaign Completed!!!" />
Note: See TracChangeset for help on using the changeset viewer.