Mercurial > fife-parpg
comparison demos/rio_de_hola/gui/settings.xml @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children | b50dd16543b2 |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 <Window name="Settings" title="Settings"> | |
2 <Label text="Rio de hola Settings menu!" /> | |
3 <HBox> | |
4 <VBox> | |
5 <Label text="Resolution:" /> | |
6 <Label text="Renderer:" /> | |
7 </VBox> | |
8 <VBox> | |
9 <DropDown name="screen_resolution" min_size="120,0" /> | |
10 <DropDown name="render_backend" min_size="120,0" /> | |
11 </VBox> | |
12 </HBox> | |
13 <CheckBox name="enable_fullscreen" text="Use the full screen mode" /> | |
14 <CheckBox name="enable_sound" text="Enable sound" /> | |
15 <HBox> | |
16 <Spacer /> | |
17 <Button name="cancelButton" text="Cancel" /> | |
18 <Button name="okButton" text="Ok" /> | |
19 <Button name="defaultButton" text="Defaults" /> | |
20 </HBox> | |
21 </Window> |