Mercurial > fife-parpg
comparison clients/editor/gui/objectedit.xml @ 212:bbf17f8c221f
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 16 Mar 2009 14:43:08 +0000 |
parents | |
children | 51cc05d862f2 |
comparison
equal
deleted
inserted
replaced
211:f10a2e78a0e1 | 212:bbf17f8c221f |
---|---|
1 <Window title="Object editor" position="10,700"> <!-- size="200,250" min_size="200,250" max_size="200,250" > --> | |
2 | |
3 <Label text="Namespace:" min_size="85,20"/> | |
4 <Label text="None" name="object_namespace" min_size="30,20"/> | |
5 | |
6 <HBox> | |
7 <Label text="Object ID:" min_size="85,20"/> | |
8 <Label text="None" name="object_id" min_size="30,20"/> | |
9 </HBox> | |
10 <HBox> | |
11 <Label text="Blocking:" min_size="45,20"/> | |
12 <TextBox text="0" name="object_blocking" min_size="20,20"/> | |
13 | |
14 <Label text="Static:" min_size="45,20"/> | |
15 <TextBox text="0" name="object_static" min_size="20,20"/> | |
16 </HBox> | |
17 | |
18 | |
19 <HBox> | |
20 <Label text="Select Rotation:" min_size="85,20" /> | |
21 </HBox> | |
22 | |
23 <DropDown min_size="80,0" name="select_rotations"/> | |
24 | |
25 <VBox> | |
26 <Label text="Offset:" min_size="45,20"/> | |
27 <HBox> | |
28 <Label text="X: " min_size="25,20"/> | |
29 <TextBox text="0" name="x_offset" size="30,20" min_size="30,20" max_size="30,20" /> | |
30 <Button name="x_offset_up" text="+" max_size="20,20"/> | |
31 <Button name="x_offset_dn" text="-" max_size="20,20"/> | |
32 <Slider size="100,20" name="x_offset_slider" orientation="0" scale_start="0.0" scale_end="4.0" /> | |
33 </HBox> | |
34 | |
35 <HBox> | |
36 <Label text="Y: " min_size="25,20"/> | |
37 <TextBox text="0" name="y_offset" size="30,20" min_size="30,20" max_size="30,20"/> | |
38 <Button name="y_offset_up" text="+" max_size="20,20"/> | |
39 <Button name="y_offset_dn" text="-" max_size="20,20"/> | |
40 <Slider size="100,20" name="y_offset_slider" orientation="0" scale_start="0.0" scale_end="4.0" /> | |
41 </HBox> | |
42 </VBox> | |
43 | |
44 <Label text="Selected Instance" min_size="85,20" /> | |
45 | |
46 <HBox > | |
47 <Label text="Instance ID:" min_size="85,20"/> | |
48 <TextBox text="None" name="instance_id" min_size="30,20"/> | |
49 </HBox> | |
50 <HBox > | |
51 <Label text="Instance rot:" min_size="85,20"/> | |
52 <TextBox text="0" name="instance_rotation" min_size="30,20"/> | |
53 </HBox> | |
54 | |
55 | |
56 | |
57 <VBox name="animation_panel_wrapper" max_size="150,50"> | |
58 <Spacer /> | |
59 <VBox name="animation_panel"> | |
60 <Label text="Animation panel" min_size="85,20" /> | |
61 <HBox> | |
62 <Button name="anim_start_pos" text="S" max_size="20,20"/> | |
63 <Button name="anim_left" text="l1" max_size="20,20"/> | |
64 <TextBox name="anim_current_frame" text="0" min_size="30,20"/> | |
65 <Button name="anim_right" text="r1" max_size="20,20"/> | |
66 <Button name="anim_end_pos" text="E" max_size="20,20"/> | |
67 </HBox> | |
68 </VBox> | |
69 </VBox> | |
70 | |
71 <HBox> | |
72 <Button name="use_data" text="Use"/> | |
73 </HBox> | |
74 <Spacer /> | |
75 <Button name="change_data" text="Save object"/> | |
76 | |
77 </Window> |