Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2016, 3:52:10 PM (7 years ago)
Author:
marvinh
Message:

Der Button stellt sich als schwerer als gedacht heraus. Doch Marvin und Juu schaffen alles. Das naechste Mal muessen alle Layouts angepasst werden, dass ueberall ein unsichtbarer Button existiert. Dieser wird danach ueber die 3d gelegt, dass es aussieht als ob button und Planet verschmelzen.

Location:
code/branches/StoryModeMap_HS16/data
Files:
2 edited

Legend:

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

    r11052 r11286  
    88        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1.0,0},{1.0,0}}" />
    99        <Property Name="BackgroundEnabled" Value="False" />
    10         <Window Type="MenuWidgets/Button" Name="orxonox/Mission1Button" >
     10        <Window Type="MenuWidgets/ImageButton" Name="orxonox/Mission1Button" >
    1111            <Property Name="Text" Value="Mission One" />
    1212            <Property Name="Visible" Value="False"/>
     
    1515            <Event Name="Clicked" Function="CampaignMenu.Mission1Button_clicked"/>
    1616        </Window>
    17         <Window Type="MenuWidgets/Button" Name="orxonox/Mission2Button" >
     17        <Window Type="MenuWidgets/RadioButton" Name="orxonox/Mission2Button" >
    1818            <Property Name="Text" Value="Fight in our Back" />
    1919            <Property Name="Visible" Value="False"/>
     
    2323            <Event Name="Clicked" Function="CampaignMenu.Mission2Button_clicked"/>
    2424        </Window>
    25         <Window Type="MenuWidgets/Button" Name="orxonox/Mission3Button" >
     25        <Window Type="MenuWidgets/SystemButton" Name="orxonox/Mission3Button" >
    2626            <Property Name="Text" Value="Pirate Attack" />
    2727            <Property Name="Visible" Value="False"/>
     
    3939            <Event Name="Clicked" Function="CampaignMenu.Mission4Button_clicked"/>
    4040        </Window>
    41         <Window Type="MenuWidgets/Button" Name="orxonox/Mission5Button" >
     41        <Window Type="MenuWidgets/ImageButton" Name="orxonox/Mission5Button" >
    4242            <Property Name="Text" Value="Area 51 under Fire" />
    4343            <Property Name="Visible" Value="False"/>
  • code/branches/StoryModeMap_HS16/data/levels/StoryModeMap.oxw

    r11269 r11286  
    4242<StaticEntity position="0,0,0" direction="0,0,0" mass=10000 friction=0>
    4343  <attached>
    44       <Model position="-800,0,0" mesh="planet.mesh" scale=8 />
    4544
    46       <Model position="800,0,0" mesh="planet.mesh" scale=8 />
     45      <Model position="-870,0,0" mesh="planets/earth.mesh" scale=30 />
    4746
    48       <Model position="0,-500,0" mesh="planet.mesh" scale=8 />
     47      <Model position="870,0,0" mesh="planets/earth.mesh" scale=30 />
    4948
    50       <Model position="0,500,0" mesh="planet.mesh" scale=8 />
     49      <Model position="0,-560,0" mesh="planets/earth.mesh" scale=30 />
    5150
    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 />
    5359 
    54     <Model position="300,300,0" mesh="planets/muunilinst.mesh" scale=60 />
     60    <Model position="300,300,0" mesh="planets/moon.mesh" scale=60 />
    5561
    56     <Model position="400,400,0" mesh="planets/muunilinst.mesh" scale=20 />
     62    <Model position="400,400,0" mesh="planets/muunilinst.mesh" scale=25 />
    5763
    5864    <Model position="500,500,0" mesh="planets/muunilinst.mesh" scale=18 />
Note: See TracChangeset for help on using the changeset viewer.