Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2010, 1:15:28 PM (14 years ago)
Author:
dafrick
Message:

Adjustments to allow key input in MainMenu and first steps towards "tab"-behavior.

Location:
code/branches/menu/data/gui/layouts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/menu/data/gui/layouts/MainMenu.layout

    r7587 r7588  
    4343            <Event Name="Clicked" Function="MainMenu.ExitButton_clicked"/>
    4444        </Window>
     45        <Event Name="KeyDown" Function="MainMenu.Key_clicked"/>
    4546    </Window>
    4647</GUILayout>
  • code/branches/menu/data/gui/layouts/MainMenuBackground.layout

    r6746 r7588  
    22<GUILayout>
    33    <Window Type="MenuWidgets/StaticImage" Name="orxonox/Background">
    4     <Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}"/>
    5     <Property Name="Image" Value="set:MainMenuBackground image:Background"/>
    6     <Property Name="FrameEnabled" Value="set:true"/>
    7     <Property Name="BackgroundEnabled" Value="set:false"/>
    8     <Property Name="InheritsAlpha" Value="False" />
     4        <Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}"/>
     5        <Property Name="Image" Value="set:MainMenuBackground image:Background"/>
     6        <Property Name="FrameEnabled" Value="set:true"/>
     7        <Property Name="BackgroundEnabled" Value="set:false"/>
     8        <Property Name="InheritsAlpha" Value="False" />
    99    </Window>
    1010</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.