- Timestamp:
- Dec 5, 2016, 3:57:07 PM (8 years ago)
- Location:
- code/branches/StoryModeMap_HS16/data
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/StoryModeMap_HS16/data/gui/layouts/CampaignMenu.layout
r11308 r11316 8 8 <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1.0,0},{1.0,0}}" /> 9 9 <Property Name="BackgroundEnabled" Value="False" /> 10 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission1Button" > 10 11 <!-- Misson 1************************************* --> 12 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission1Text" > 11 13 <Property Name="Text" Value="Mission One" /> 14 <Property Name="Visible" Value="False"/> 15 <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.6,0},{0.3,0},{0.65,0}}" /> 16 </Window> 17 18 <Window Type="MenuWidgets/Button" Name="orxonox/Mission1Button" > 12 19 <Property Name="Visible" Value="False"/> 13 20 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 15 22 <Event Name="Clicked" Function="CampaignMenu.Mission1Button_clicked"/> 16 23 </Window> 17 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission2Button" > 24 25 <!-- Misson 2************************************* --> 26 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission2Text" > 18 27 <Property Name="Text" Value="Fight in our Back" /> 28 <Property Name="Visible" Value="False"/> 29 <Property Name="UnifiedAreaRect" Value="{{0.35,0},{0.6,0},{0.55,0},{0.65,0}}" /> 30 </Window> 31 32 <Window Type="MenuWidgets/Button" Name="orxonox/Mission2Button" > 19 33 <Property Name="Visible" Value="False"/> 20 34 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 23 37 <Event Name="Clicked" Function="CampaignMenu.Mission2Button_clicked"/> 24 38 </Window> 25 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission3Button" > 39 40 <!-- Misson 3************************************* --> 41 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission3Text" > 26 42 <Property Name="Text" Value="Pirate Attack" /> 43 <Property Name="Visible" Value="False"/> 44 <Property Name="UnifiedAreaRect" Value="{{0.6,0},{0.75,0},{0.8,0},{0.8,0}}" /> 45 </Window> 46 <Window Type="MenuWidgets/Button" Name="orxonox/Mission3Button" > 47 27 48 <Property Name="Visible" Value="False"/> 28 49 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 31 52 <Event Name="Clicked" Function="CampaignMenu.Mission3Button_clicked"/> 32 53 </Window> 33 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission4Button" > 54 55 <!-- Misson 4************************************* --> 56 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission4Text" > 34 57 <Property Name="Text" Value="Trip to Area 51" /> 58 <Property Name="Visible" Value="False"/> 59 <Property Name="UnifiedAreaRect" Value="{{0.575,0},{0.5,0},{0.775,0},{0.55,0}}" /> 60 </Window> 61 <Window Type="MenuWidgets/Button" Name="orxonox/Mission4Button" > 62 35 63 <Property Name="Visible" Value="False"/> 36 64 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 39 67 <Event Name="Clicked" Function="CampaignMenu.Mission4Button_clicked"/> 40 68 </Window> 41 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission5Button" > 69 70 <!-- Misson 5************************************* --> 71 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission5Text" > 42 72 <Property Name="Text" Value="Area 51 under Fire" /> 73 <Property Name="Visible" Value="False"/> 74 <Property Name="UnifiedAreaRect" Value="{{0.625,0},{0.4,0},{0.825,0},{0.45,0}}" /> 75 </Window> 76 <Window Type="MenuWidgets/Button" Name="orxonox/Mission5Button" > 77 43 78 <Property Name="Visible" Value="False"/> 44 79 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 47 82 <Event Name="Clicked" Function="CampaignMenu.Mission5Button_clicked"/> 48 83 </Window> 49 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission6Button" > 84 85 <!-- Misson 6************************************* --> 86 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission6Text" > 50 87 <Property Name="Text" Value="Escape the Bastards" /> 88 <Property Name="Visible" Value="False"/> 89 <Property Name="UnifiedAreaRect" Value="{{0.525,0},{0.1,0},{0.725,0},{0.15,0}}" /> 90 </Window> 91 <Window Type="MenuWidgets/Button" Name="orxonox/Mission6Button" > 92 51 93 <Property Name="Visible" Value="False"/> 52 94 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 55 97 <Event Name="Clicked" Function="CampaignMenu.Mission6Button_clicked"/> 56 98 </Window> 57 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission7Button" > 99 100 <!-- Misson 7************************************* --> 101 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission7Text" > 58 102 <Property Name="Text" Value="Expedition to Sector 5C" /> 103 <Property Name="Visible" Value="False"/> 104 <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.025,0},{0.6,0},{0.075,0}}" /> 105 </Window> 106 <Window Type="MenuWidgets/Button" Name="orxonox/Mission7Button" > 107 59 108 <Property Name="Visible" Value="False"/> 60 109 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 63 112 <Event Name="Clicked" Function="CampaignMenu.Mission7Button_clicked"/> 64 113 </Window> 65 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission8Button" > 114 115 <!-- Misson 8************************************* --> 116 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission8Text" > 66 117 <Property Name="Text" Value="Shuttle under Attack" /> 118 <Property Name="Visible" Value="False"/> 119 <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.2,0},{0.45,0},{0.25,0}}" /> 120 </Window> 121 <Window Type="MenuWidgets/Button" Name="orxonox/Mission8Button" > 122 67 123 <Property Name="Visible" Value="False"/> 68 124 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 71 127 <Event Name="Clicked" Function="CampaignMenu.Mission8Button_clicked"/> 72 128 </Window> 73 <Window Type="MenuWidgets/JuuButton" Name="orxonox/Mission9Button" > 129 130 <!-- Misson 9************************************* --> 131 <Window Type="MenuWidgets/StaticText" Name="orxonox/Mission9Text" > 74 132 <Property Name="Text" Value="Retaliation" /> 133 <Property Name="Visible" Value="False"/> 134 <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.145,0},{0.3,0},{0.195,0}}" /> 135 </Window> 136 <Window Type="MenuWidgets/Button" Name="orxonox/Mission9Button" > 137 75 138 <Property Name="Visible" Value="False"/> 76 139 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 80 143 </Window> 81 144 82 145 <!-- Back Button************************************* --> 83 146 <Window Type="MenuWidgets/Button" Name="orxonox/CampaignMenuBackButton" > 84 147 <Property Name="Text" Value="Back" /> -
code/branches/StoryModeMap_HS16/data/gui/schemes/OrxonoxHUDWidgets.scheme
r11308 r11316 41 41 <WindowAlias Alias="HUDWidgets/Tree" Target="OrxonoxLook/Tree" /> 42 42 43 <WindowAlias Alias="HUDWidgets/ JuuButton" Target="OrxonoxLook/JuuButton" />43 <WindowAlias Alias="HUDWidgets/ImageButton" Target="OrxonoxLook/JuuButton" /> 44 44 </GUIScheme> -
code/branches/StoryModeMap_HS16/data/gui/schemes/OrxonoxLook.scheme
r11308 r11316 52 52 <FalagardMapping WindowType="OrxonoxLook/LargeVerticalScrollbarThumb" TargetType="CEGUI/Thumb" Renderer="Falagard/Button" LookNFeel="OrxonoxLook/LargeVerticalScrollbarThumb" /> 53 53 54 <!-- Special Button for CampaignMenu --> 54 55 <FalagardMapping WindowType="OrxonoxLook/JuuButton" TargetType="CEGUI/PushButton" Renderer="Falagard/Button" LookNFeel="OrxonoxLook/JuuButton" /> 55 56 -
code/branches/StoryModeMap_HS16/data/gui/scripts/CampaignMenu.lua
r11269 r11316 9 9 function P.updateButtons() 10 10 P.updateButton(0, winMgr:getWindow("orxonox/Mission1Button")) 11 P.updateButton(0, winMgr:getWindow("orxonox/Mission1Text")) 11 12 P.updateButton(1, winMgr:getWindow("orxonox/Mission2Button")) 13 P.updateButton(1, winMgr:getWindow("orxonox/Mission2Text")) 12 14 P.updateButton(2, winMgr:getWindow("orxonox/Mission3Button")) 15 P.updateButton(2, winMgr:getWindow("orxonox/Mission3Text")) 13 16 P.updateButton(3, winMgr:getWindow("orxonox/Mission4Button")) 17 P.updateButton(3, winMgr:getWindow("orxonox/Mission4Text")) 14 18 P.updateButton(4, winMgr:getWindow("orxonox/Mission5Button")) 19 P.updateButton(4, winMgr:getWindow("orxonox/Mission5Text")) 15 20 P.updateButton(5, winMgr:getWindow("orxonox/Mission6Button")) 21 P.updateButton(5, winMgr:getWindow("orxonox/Mission6Text")) 16 22 P.updateButton(6, winMgr:getWindow("orxonox/Mission7Button")) 23 P.updateButton(6, winMgr:getWindow("orxonox/Mission7Text")) 17 24 P.updateButton(7, winMgr:getWindow("orxonox/Mission8Button")) 25 P.updateButton(7, winMgr:getWindow("orxonox/Mission8Text")) 18 26 P.updateButton(8, winMgr:getWindow("orxonox/Mission9Button")) 27 P.updateButton(8, winMgr:getWindow("orxonox/Mission9Text")) 19 28 20 29 -
code/branches/StoryModeMap_HS16/data/levels/StoryModeMap.oxw
r11299 r11316 3 3 <LevelInfo 4 4 name = "StoryModeMap" 5 description = " Level that should have planets with different missions in it"6 tags = " test"5 description = "The Campaign Menu Map with all the Campaignmissons in it" 6 tags = "Campaign, Campaignmissons" 7 7 screenshot = "emptylevel.png" 8 8 />
Note: See TracChangeset
for help on using the changeset viewer.