Changeset 11286 for code/branches/StoryModeMap_HS16/data/gui
- Timestamp:
- Nov 14, 2016, 3:52:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/StoryModeMap_HS16/data/gui/layouts/CampaignMenu.layout
r11052 r11286 8 8 <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1.0,0},{1.0,0}}" /> 9 9 <Property Name="BackgroundEnabled" Value="False" /> 10 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission1Button" >10 <Window Type="MenuWidgets/ImageButton" Name="orxonox/Mission1Button" > 11 11 <Property Name="Text" Value="Mission One" /> 12 12 <Property Name="Visible" Value="False"/> … … 15 15 <Event Name="Clicked" Function="CampaignMenu.Mission1Button_clicked"/> 16 16 </Window> 17 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission2Button" >17 <Window Type="MenuWidgets/RadioButton" Name="orxonox/Mission2Button" > 18 18 <Property Name="Text" Value="Fight in our Back" /> 19 19 <Property Name="Visible" Value="False"/> … … 23 23 <Event Name="Clicked" Function="CampaignMenu.Mission2Button_clicked"/> 24 24 </Window> 25 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission3Button" >25 <Window Type="MenuWidgets/SystemButton" Name="orxonox/Mission3Button" > 26 26 <Property Name="Text" Value="Pirate Attack" /> 27 27 <Property Name="Visible" Value="False"/> … … 39 39 <Event Name="Clicked" Function="CampaignMenu.Mission4Button_clicked"/> 40 40 </Window> 41 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission5Button" >41 <Window Type="MenuWidgets/ImageButton" Name="orxonox/Mission5Button" > 42 42 <Property Name="Text" Value="Area 51 under Fire" /> 43 43 <Property Name="Visible" Value="False"/>
Note: See TracChangeset
for help on using the changeset viewer.