Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2018, 11:32:57 AM (6 years ago)
Author:
linggj
Message:

Ship added

File:
1 edited

Legend:

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

    r11803 r12053  
    77        <Property name="Area" value="{{0,0},{0,0},{1.0,0},{1.0,0}}" />
    88        <Property name="BackgroundEnabled" value="False" />
     9       
     10
    911        <Window name="Mission1Text" type="MenuWidgets/Button">
    1012            <Property name="Text" value="Mission One" />
     
    1921            <Event function="CampaignMenu.Mission1Button_clicked" name="Clicked" />
    2022        </Window>
     23
    2124        <Window name="Mission2Text" type="MenuWidgets/Button">
    2225            <Property name="Text" value="Fight in our Back" />
    23             <Property name="Visible" value="False" />
     26            <Property name="Visible" value="True" />
    2427            <Property name="Area" value="{{0.35,0},{0.6,0},{0.55,0},{0.65,0}}" />
    2528            <Property name="Disabled" value="True" />
     
    2730        </Window>
    2831        <Window name="Mission2Button" type="MenuWidgets/JuuButton">
    29             <Property name="Visible" value="False" />
     32            <Property name="Visible" value="True" />
    3033            <Property name="MaxSize" value="{{1,0},{1,0}}" />
    3134            <Property name="Area" value="{{0.4,0},{0.7,0},{0.5,0},{0.85,0}}" />
     
    3336            <Event function="CampaignMenu.Mission2Button_clicked" name="Clicked" />
    3437        </Window>
     38
    3539        <Window name="Mission3Text" type="MenuWidgets/Button">
    3640            <Property name="Text" value="Pirate Attack" />
     
    4751            <Event function="CampaignMenu.Mission3Button_clicked" name="Clicked" />
    4852        </Window>
     53
    4954        <Window name="Mission4Text" type="MenuWidgets/Button">
    5055            <Property name="Text" value="Trip to Area 51" />
     
    6166            <Event function="CampaignMenu.Mission4Button_clicked" name="Clicked" />
    6267        </Window>
     68
    6369        <Window name="Mission5Text" type="MenuWidgets/Button">
    6470            <Property name="Text" value="Area 51 under Fire" />
     
    7581            <Event function="CampaignMenu.Mission5Button_clicked" name="Clicked" />
    7682        </Window>
     83
    7784        <Window name="Mission6Text" type="MenuWidgets/Button">
    7885            <Property name="Text" value="Escape the Bastards" />
     
    8592            <Property name="Visible" value="False" />
    8693            <Property name="MaxSize" value="{{1,0},{1,0}}" />
     94           
    8795            <Property name="Area" value="{{0.6,0},{0.17,0},{0.65,0},{0.27,0}}" />
    88             <Property name="Disabled" value="True" />
     96           
     97            <Property name="Disabled" value="True" />
    8998            <Event function="CampaignMenu.Mission6Button_clicked" name="Clicked" />
    9099        </Window>
     
    96105            <Property name="Area" value="{{0.4,0},{0.025,0},{0.6,0},{0.075,0}}" />
    97106        </Window>
     107
    98108        <Window name="Mission7Button" type="MenuWidgets/JuuButton">
    99109            <Property name="Visible" value="False" />
     
    117127            <Event function="CampaignMenu.Mission8Button_clicked" name="Clicked" />
    118128        </Window>
     129
    119130        <Window name="Mission9Text" type="MenuWidgets/Button">
    120131            <Property name="Text" value="Retaliation" />
     
    131142            <Event function="CampaignMenu.Mission9Button_clicked" name="Clicked" />
    132143        </Window>
     144
    133145        <Window name="CampaignMenuBackButton" type="MenuWidgets/Button">
    134146            <Property name="Text" value="Back" />
     
    146158            <Property name="Area" value="{{0.4,0},{0.15,0},{0.6,0},{0.2,0}}" />
    147159        </Window>
     160       
    148161    </Window>
    149162</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.