Changeset 11330 for code/branches
- Timestamp:
- Dec 12, 2016, 3:04:10 PM (8 years ago)
- Location:
- code/branches/StoryModeMap_HS16/data/gui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/StoryModeMap_HS16/data/gui/layouts/CampaignMenu.layout
r11316 r11330 10 10 11 11 <!-- Misson 1************************************* --> 12 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission1Text" >12 <Window Type="MenuWidgets/Button" Name="orxonox/Mission1Text" > 13 13 <Property Name="Text" Value="Mission One" /> 14 14 <Property Name="Visible" Value="False"/> 15 15 <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.6,0},{0.3,0},{0.65,0}}" /> 16 <Event Name="Clicked" Function="CampaignMenu.Mission1Button_clicked"/> 16 17 </Window> 17 18 18 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission1Button" >19 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission1Button" > 19 20 <Property Name="Visible" Value="False"/> 20 21 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 24 25 25 26 <!-- Misson 2************************************* --> 26 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission2Text" >27 <Window Type="MenuWidgets/Button" Name="orxonox/Mission2Text" > 27 28 <Property Name="Text" Value="Fight in our Back" /> 28 29 <Property Name="Visible" Value="False"/> 29 30 <Property Name="UnifiedAreaRect" Value="{{0.35,0},{0.6,0},{0.55,0},{0.65,0}}" /> 31 <Property Name="Disabled" Value="True" /> 32 <Event Name="Clicked" Function="CampaignMenu.Mission2Button_clicked"/> 30 33 </Window> 31 34 32 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission2Button" >35 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission2Button" > 33 36 <Property Name="Visible" Value="False"/> 34 37 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 39 42 40 43 <!-- Misson 3************************************* --> 41 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission3Text" >44 <Window Type="MenuWidgets/Button" Name="orxonox/Mission3Text" > 42 45 <Property Name="Text" Value="Pirate Attack" /> 43 46 <Property Name="Visible" Value="False"/> 44 47 <Property Name="UnifiedAreaRect" Value="{{0.6,0},{0.75,0},{0.8,0},{0.8,0}}" /> 48 <Property Name="Disabled" Value="True" /> 49 <Event Name="Clicked" Function="CampaignMenu.Mission3Button_clicked"/> 45 50 </Window> 46 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission3Button" >51 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission3Button" > 47 52 48 53 <Property Name="Visible" Value="False"/> … … 54 59 55 60 <!-- Misson 4************************************* --> 56 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission4Text" >61 <Window Type="MenuWidgets/Button" Name="orxonox/Mission4Text" > 57 62 <Property Name="Text" Value="Trip to Area 51" /> 58 63 <Property Name="Visible" Value="False"/> 59 64 <Property Name="UnifiedAreaRect" Value="{{0.575,0},{0.5,0},{0.775,0},{0.55,0}}" /> 65 <Property Name="Disabled" Value="True" /> 66 <Event Name="Clicked" Function="CampaignMenu.Mission4Button_clicked"/> 60 67 </Window> 61 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission4Button" >68 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission4Button" > 62 69 63 70 <Property Name="Visible" Value="False"/> … … 69 76 70 77 <!-- Misson 5************************************* --> 71 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission5Text" >78 <Window Type="MenuWidgets/Button" Name="orxonox/Mission5Text" > 72 79 <Property Name="Text" Value="Area 51 under Fire" /> 73 80 <Property Name="Visible" Value="False"/> 74 81 <Property Name="UnifiedAreaRect" Value="{{0.625,0},{0.4,0},{0.825,0},{0.45,0}}" /> 82 <Property Name="Disabled" Value="True" /> 83 <Event Name="Clicked" Function="CampaignMenu.Mission5Button_clicked"/> 75 84 </Window> 76 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission5Button" >85 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission5Button" > 77 86 78 87 <Property Name="Visible" Value="False"/> … … 84 93 85 94 <!-- Misson 6************************************* --> 86 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission6Text" >95 <Window Type="MenuWidgets/Button" Name="orxonox/Mission6Text" > 87 96 <Property Name="Text" Value="Escape the Bastards" /> 88 97 <Property Name="Visible" Value="False"/> 89 98 <Property Name="UnifiedAreaRect" Value="{{0.525,0},{0.1,0},{0.725,0},{0.15,0}}" /> 99 <Property Name="Disabled" Value="True" /> 100 <Event Name="Clicked" Function="CampaignMenu.Mission6Button_clicked"/> 90 101 </Window> 91 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission6Button" >102 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission6Button" > 92 103 93 104 <Property Name="Visible" Value="False"/> … … 99 110 100 111 <!-- Misson 7************************************* --> 101 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission7Text" >112 <Window Type="MenuWidgets/Button" Name="orxonox/Mission7Text" > 102 113 <Property Name="Text" Value="Expedition to Sector 5C" /> 103 114 <Property Name="Visible" Value="False"/> 115 <Property Name="Disabled" Value="True" /> 116 <Event Name="Clicked" Function="CampaignMenu.Mission7Button_clicked"/> 104 117 <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.025,0},{0.6,0},{0.075,0}}" /> 105 118 </Window> 106 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission7Button" >119 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission7Button" > 107 120 108 121 <Property Name="Visible" Value="False"/> … … 114 127 115 128 <!-- Misson 8************************************* --> 116 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission8Text" >129 <Window Type="MenuWidgets/Button" Name="orxonox/Mission8Text" > 117 130 <Property Name="Text" Value="Shuttle under Attack" /> 118 131 <Property Name="Visible" Value="False"/> 132 <Property Name="Disabled" Value="True" /> 119 133 <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.2,0},{0.45,0},{0.25,0}}" /> 134 <Event Name="Clicked" Function="CampaignMenu.Mission8Button_clicked"/> 120 135 </Window> 121 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission8Button" >136 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission8Button" > 122 137 123 138 <Property Name="Visible" Value="False"/> … … 129 144 130 145 <!-- Misson 9************************************* --> 131 <Window Type="MenuWidgets/ StaticText" Name="orxonox/Mission9Text" >146 <Window Type="MenuWidgets/Button" Name="orxonox/Mission9Text" > 132 147 <Property Name="Text" Value="Retaliation" /> 133 148 <Property Name="Visible" Value="False"/> 149 <Property Name="Disabled" Value="True" /> 134 150 <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.145,0},{0.3,0},{0.195,0}}" /> 151 <Event Name="Clicked" Function="CampaignMenu.Mission9Button_clicked"/> 135 152 </Window> 136 <Window Type="MenuWidgets/ Button" Name="orxonox/Mission9Button" >153 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission9Button" > 137 154 138 155 <Property Name="Visible" Value="False"/> -
code/branches/StoryModeMap_HS16/data/gui/schemes/OrxonoxMenuWidgets.scheme
r11308 r11330 41 41 <WindowAlias Alias="MenuWidgets/Tree" Target="OrxonoxLook/Tree" /> 42 42 43 <WindowAlias Alias="MenuWidgets/JuuButton" Target="OrxonoxLook/JuuButton" />43 <WindowAlias Alias="MenuWidgets/JuuButton" Target="OrxonoxLook/JuuButton" /> 44 44 </GUIScheme> -
code/branches/StoryModeMap_HS16/data/gui/schemes/TaharezGreenHUDWidgets.scheme
r6746 r11330 40 40 <WindowAlias Alias="HUDWidgets/Tooltip" Target="TaharezGreenLook/Tooltip" /> 41 41 <WindowAlias Alias="HUDWidgets/Tree" Target="TaharezGreenLook/Tree" /> 42 43 <WindowAlias Alias="HUDWidgets/ImageButton" Target="TaharezGreenLook/JuuButton" /> 42 44 </GUIScheme> -
code/branches/StoryModeMap_HS16/data/gui/schemes/TaharezGreenLook.scheme
r8079 r11330 51 51 <FalagardMapping WindowType="TaharezGreenLook/LargeVerticalScrollbar" TargetType="CEGUI/Scrollbar" Renderer="Falagard/Scrollbar" LookNFeel="TaharezGreenLook/LargeVerticalScrollbar" /> 52 52 <FalagardMapping WindowType="TaharezGreenLook/LargeVerticalScrollbarThumb" TargetType="CEGUI/Thumb" Renderer="Falagard/Button" LookNFeel="TaharezGreenLook/LargeVerticalScrollbarThumb" /> 53 54 <!-- Special Button for CampaignMenu --> 55 <FalagardMapping WindowType="TaharezGreenLook/JuuButton" TargetType="CEGUI/PushButton" Renderer="Falagard/Button" LookNFeel="TaharezGreenLook/JuuButton" /> 53 56 </GUIScheme> -
code/branches/StoryModeMap_HS16/data/gui/schemes/TaharezGreenMenuWidgets.scheme
r6746 r11330 40 40 <WindowAlias Alias="MenuWidgets/Tooltip" Target="TaharezGreenLook/Tooltip" /> 41 41 <WindowAlias Alias="MenuWidgets/Tree" Target="TaharezGreenLook/Tree" /> 42 43 <WindowAlias Alias="MenuWidgets/JuuButton" Target="TaharezGreenLook/JuuButton" /> 42 44 </GUIScheme> -
code/branches/StoryModeMap_HS16/data/gui/schemes/TaharezLook.scheme
r8079 r11330 51 51 <FalagardMapping WindowType="TaharezLook/LargeVerticalScrollbar" TargetType="CEGUI/Scrollbar" Renderer="Falagard/Scrollbar" LookNFeel="TaharezLook/LargeVerticalScrollbar" /> 52 52 <FalagardMapping WindowType="TaharezLook/LargeVerticalScrollbarThumb" TargetType="CEGUI/Thumb" Renderer="Falagard/Button" LookNFeel="TaharezLook/LargeVerticalScrollbarThumb" /> 53 53 54 </GUIScheme>
Note: See TracChangeset
for help on using the changeset viewer.