Changeset 76 for trunk/PARPG/gui
- Timestamp:
- 05/31/09 16:17:24 (11 years ago)
- Location:
- trunk/PARPG/gui
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PARPG/gui/hud_options.xml
r75 r76 2 2 min_size="300,300" max_size="300,300"> 3 3 4 <HBox min_size="120,10" max_size="120,20"> 5 <Label text="Fullscreen: " /> 6 <CheckBox name="FullscreenBox"/> 4 <CheckBox name="FullscreenBox" text="Full Screen" /> 5 <CheckBox name="SoundsBox" text="Play Sounds" /> 6 7 <Spacer /> 8 9 <HBox min_size="290,20" max_size="290,20"> 10 <Button name="closeButton" text="Close" /> 11 <Spacer /> 12 <Button name="applyButton" text="Apply" /> 7 13 </HBox> 8 9 14 </Window>
Note: See TracChangeset
for help on using the changeset viewer.