Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 3:29:28 PM (13 years ago)
Author:
konrad
Message:

Credits Menu is now scrollable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/layouts/MultiplayerMenu.layout

    r7689 r7732  
    2020                <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.15,0},{0.95,0},{0.8,0}}" />
    2121            </Window>
     22            <Window Type="MenuWidgets/RadioButton" Name="orxonox/MultiplayerLanButton" >
     23                <Property Name="Text" Value="LAN"/>
     24                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     25                <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.87,0},{0.4,0},{0.97,0}}" />
     26                <Event Name="SelectStateChanged" Function="MultiplayerMenu.LanButton_clicked"/>
     27            </Window>
     28            <Window Type="MenuWidgets/RadioButton" Name="orxonox/MultiplayerInternetButton" >
     29                <Property Name="Text" Value="Internet" />
     30                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     31                <Property Name="UnifiedAreaRect" Value="{{0.6,0},{0.87,0},{0.8,0},{0.97,0}}" />
     32                <Event Name="SelectStateChanged" Function="MultiplayerMenu.InternetButton_clicked"/>
     33            </Window>
     34
     35
    2236        </Window>
    2337         <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerBackButton" >
Note: See TracChangeset for help on using the changeset viewer.