Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2009, 1:12:13 PM (16 years ago)
Author:
cmueri
Message:

All the menus (inclusive InGameMenus) have an equal design, some menus have a larger window. They should be ready to presentate now.
BUG REPORT in KeyBindMenu: If there are >4 buttons in a row, the GUI doesn't show those correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/layouts/InGameMenu.layout

    r6217 r6334  
    11<?xml version="1.0" encoding="UTF-8"?>
    22
     3
     4
    35<GUILayout >
     6
    47    <Window Type="DefaultWindow" Name="orxonox/InGameMenu_RootWindow" >
     8
    59        <Property Name="InheritsAlpha" Value="False" />
     10
    611        <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     12
    713        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
     14
    815        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_ReturnButton" >
     16
    917            <Property Name="Font" Value="BlueHighway-12" />
     18
    1019            <Property Name="Text" Value="Return to Game" />
     20
    1121            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    12             <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.3,0},{0.6,0},{0.36,0}}" />
     22
     23            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.3625,0},{0.6,0},{0.4125,0}}" />
     24
    1325            <Property Name="Alpha" Value="0.7" />
     26
    1427            <Event Name="Clicked" Function="InGameMenu.button_return_clicked"/>
     28
    1529        </Window>
     30
    1631        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_MainMenuButton" >
     32
    1733            <Property Name="Font" Value="BlueHighway-12" />
     34
    1835            <Property Name="Text" Value="Main Menu" />
     36
    1937            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    20             <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.4,0},{0.6,0},{0.46,0}}" />
     38
     39            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.4625,0},{0.6,0},{0.5125,0}}" />
     40
    2141            <Property Name="Alpha" Value="0.7" />
     42
    2243            <Event Name="Clicked" Function="InGameMenu.button_mainmenu_clicked"/>
     44
    2345        </Window>
     46
    2447        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_SettingsButton" >
     48
    2549            <Property Name="Font" Value="BlueHighway-12" />
     50
    2651            <Property Name="Text" Value="Settings" />
     52
    2753            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    28             <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.5,0},{0.6,0},{0.56,0}}" />
     54
     55            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.5625,0},{0.6,0},{0.6125,0}}" />
     56
    2957            <Property Name="Alpha" Value="0.7" />
     58
    3059            <Event Name="Clicked" Function="InGameMenu.button_settings_clicked"/>
     60
    3161        </Window>
     62
    3263        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_QuitButton" >
     64
    3365            <Property Name="Font" Value="BlueHighway-12" />
     66
    3467            <Property Name="Text" Value="Quit" />
     68
    3569            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    36             <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6,0},{0.6,0},{0.66,0}}" />
     70
     71            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" />
     72
    3773            <Property Name="Alpha" Value="0.7" />
     74
    3875            <Event Name="Clicked" Function="InGameMenu.button_quit_clicked"/>
     76
    3977        </Window>
     78
    4079    </Window>
     80
    4181</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.