- Timestamp:
- Apr 27, 2017, 4:05:23 PM (8 years ago)
- Location:
- code/branches/Dialogue_FS17/data/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/data/gui/layouts/Dialogue.layout
r11406 r11407 7 7 <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" /> 8 8 <Window Type="MenuWidgets/StaticText" Name="orxonox/Dialogue/Inventory" > 9 <Property Name="Text" Value="Dialogue" />10 9 <Property Name="Alpha" Value="0.8" /> 11 10 <Property Name="InheritsAlpha" Value="False" /> … … 14 13 <Property Name="VertFormatting" Value="TopAligned" /> 15 14 <Property Name="UnifiedAreaRect" Value="{{0.15,0},{0.15,0},{0.85,0},{0.8,0}}" /> 16 <Window Type="MenuWidgets/Button" Name="orxonox/PickupInventory/InventoryBackButton" >17 <Property Name="Text" Value="Back" />18 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />19 <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.8350,0},{0.6,0},{0.8800,0}}" />20 <Event Name="Clicked" Function="PickupInventory.InventoryBackButton_clicked"/>21 </Window>22 15 <Window Type="MenuWidgets/StaticText" Name="orxonox/Dialogue/Wrapper" > 23 16 <Property Name="TextColours" Value="FF4444FF" /> -
code/branches/Dialogue_FS17/data/gui/scripts/Dialogue.lua
r11406 r11407 93 93 P.wrapper:setSize(CEGUI.UVector2(CEGUI.UDim(1,0),CEGUI.UDim(1,0))) 94 94 root:addChildWindow(P.wrapper) 95 root:addChild(answerButton) 95 96 96 97
Note: See TracChangeset
for help on using the changeset viewer.