Mercurial > fife-parpg
comparison clients/editor/gui/offsetedit.xml @ 134:ade070598fd1
- added object editor plugin
NOTES:
- plugin is not ready for productive enviroments, yet
- lacks saving functionality
- some issues left, but it works better as previous versions ;-)
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 13 Sep 2008 23:28:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
133:cb35643ad1a7 | 134:ade070598fd1 |
---|---|
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 <TextBox text="None" name="object_namespace" min_size="30,20"/> | |
5 | |
6 <HBox> | |
7 <Label text="Object ID:" min_size="85,20"/> | |
8 <TextBox 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 <HBox> | |
27 <TextBox text="0" name="x_offset" size="30,20" min_size="30,20" max_size="30,20" /> | |
28 <Button name="x_offset_up" text="+" max_size="20,20"/> | |
29 <Button name="x_offset_dn" text="-" max_size="20,20"/> | |
30 </HBox> | |
31 | |
32 <HBox> | |
33 <TextBox text="0" name="y_offset" size="30,20" min_size="30,20" max_size="30,20"/> | |
34 <Button name="y_offset_up" text="+" max_size="20,20"/> | |
35 <Button name="y_offset_dn" text="-" max_size="20,20"/> | |
36 </HBox> | |
37 </VBox> | |
38 | |
39 <Label text="Selected Instance" min_size="85,20" /> | |
40 | |
41 <HBox > | |
42 <Label text="Instance ID:" min_size="85,20"/> | |
43 <TextBox text="None" name="instance_id" min_size="30,20"/> | |
44 </HBox> | |
45 <HBox > | |
46 <Label text="Instance rot:" min_size="85,20"/> | |
47 <TextBox text="0" name="instance_rotation" min_size="30,20"/> | |
48 </HBox> | |
49 | |
50 | |
51 | |
52 <VBox name="animation_panel_wrapper" max_size="150,50"> | |
53 <Spacer /> | |
54 <VBox name="animation_panel"> | |
55 <Label text="Animation panel" min_size="85,20" /> | |
56 <HBox> | |
57 <Button name="anim_start_pos" text="S" max_size="20,20"/> | |
58 <Button name="anim_left" text="l1" max_size="20,20"/> | |
59 <TextBox name="anim_current_frame" text="0" min_size="30,20"/> | |
60 <Button name="anim_right" text="r1" max_size="20,20"/> | |
61 <Button name="anim_end_pos" text="E" max_size="20,20"/> | |
62 </HBox> | |
63 </VBox> | |
64 </VBox> | |
65 | |
66 <HBox> | |
67 <Button name="use_data" text="Use"/> | |
68 <Button name="previous_data" text="Previous"/> | |
69 <Button name="default_data" text="Default"/> | |
70 </HBox> | |
71 <Spacer /> | |
72 <Button name="change_data" text="Save object"/> | |
73 | |
74 </Window> |