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.

File:
1 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"/>
Note: See TracChangeset for help on using the changeset viewer.