Changeset 11286 for code/branches
- Timestamp:
- Nov 14, 2016, 3:52:10 PM (8 years ago)
- Location:
- code/branches/StoryModeMap_HS16/data
- Files:
-
- 2 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"/> -
code/branches/StoryModeMap_HS16/data/levels/StoryModeMap.oxw
r11269 r11286 42 42 <StaticEntity position="0,0,0" direction="0,0,0" mass=10000 friction=0> 43 43 <attached> 44 <Model position="-800,0,0" mesh="planet.mesh" scale=8 />45 44 46 <Model position=" 800,0,0" mesh="planet.mesh" scale=8/>45 <Model position="-870,0,0" mesh="planets/earth.mesh" scale=30 /> 47 46 48 <Model position=" 0,-500,0" mesh="planet.mesh" scale=8/>47 <Model position="870,0,0" mesh="planets/earth.mesh" scale=30 /> 49 48 50 <Model position="0, 500,0" mesh="planet.mesh" scale=8/>49 <Model position="0,-560,0" mesh="planets/earth.mesh" scale=30 /> 51 50 52 <Model position="0,0,0" mesh="planet.mesh" scale=8 /> 51 <Model position="0,520,0" mesh="planets/earth.mesh" scale=30 /> 52 53 54 55 56 57 58 <Model position="0,0,0" mesh="planets/sol.mesh" scale=8 /> 53 59 54 <Model position="300,300,0" mesh="planets/m uunilinst.mesh" scale=60 />60 <Model position="300,300,0" mesh="planets/moon.mesh" scale=60 /> 55 61 56 <Model position="400,400,0" mesh="planets/muunilinst.mesh" scale=2 0/>62 <Model position="400,400,0" mesh="planets/muunilinst.mesh" scale=25 /> 57 63 58 64 <Model position="500,500,0" mesh="planets/muunilinst.mesh" scale=18 />
Note: See TracChangeset
for help on using the changeset viewer.