Mercurial > fife-parpg
comparison tools/editor/gui/objectedit.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 | a2024b994ca3 |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 <Panel title="Object editor" position="10,700" min_size="200,250"> <!-- size="200,250" min_size="200,250" max_size="200,250" > --> | |
2 <Label text=" Object" background_color="0,0,0" /> | |
3 <HBox> | |
4 <Label text="Namespace:" min_size="85,20"/> | |
5 <Label text="None" name="object_namespace" min_size="30,20"/> | |
6 </HBox> | |
7 <HBox> | |
8 <Label text="Object ID:" min_size="85,20"/> | |
9 <Label text="None" name="object_id" min_size="30,20"/> | |
10 </HBox> | |
11 <HBox> | |
12 <Label text="Blocking:" min_size="45,20"/> | |
13 <TextBox text="0" name="object_blocking" min_size="20,20"/> | |
14 | |
15 <Label text="Static:" min_size="45,20"/> | |
16 <TextBox text="0" name="object_static" min_size="20,20"/> | |
17 </HBox> | |
18 | |
19 <Label text=" Selected Instance" background_color="0,0,0" /> | |
20 | |
21 <HBox> | |
22 <Label text="Select Rotation:" min_size="85,20" /> | |
23 </HBox> | |
24 | |
25 <DropDown min_size="80,0" name="select_rotations"/> | |
26 | |
27 <VBox> | |
28 <Label text="Offset:" min_size="45,20"/> | |
29 <HBox> | |
30 <Label text="X: " min_size="25,20"/> | |
31 <TextBox text="0" name="x_offset" size="30,20" min_size="30,20" max_size="30,20" /> | |
32 <Button name="x_offset_up" text="+" max_size="20,20"/> | |
33 <Button name="x_offset_dn" text="-" max_size="20,20"/> | |
34 </HBox> | |
35 | |
36 <HBox> | |
37 <Label text="Y: " min_size="25,20"/> | |
38 <TextBox text="0" name="y_offset" size="30,20" min_size="30,20" max_size="30,20"/> | |
39 <Button name="y_offset_up" text="+" max_size="20,20"/> | |
40 <Button name="y_offset_dn" text="-" max_size="20,20"/> | |
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 <HBox> | |
56 <Button name="use_data" text="Use"/> | |
57 </HBox> | |
58 <Spacer /> | |
59 <Button name="change_data" text="Save rotation"/> | |
60 | |
61 | |
62 <Label text=" Animation viewer" background_color="0,0,0" /> | |
63 <VBox name="animation_panel_wrapper"> | |
64 <Spacer /> | |
65 <VBox name="animation_panel"> | |
66 <Label text="Actions:" min_size="85,20" /> | |
67 <DropDown min_size="80,0" name="select_actions"/> | |
68 | |
69 <HBox> | |
70 <Button name="anim_start_pos" text="S" max_size="20,20"/> | |
71 <Button name="anim_left" text="l1" max_size="20,20"/> | |
72 <TextBox name="anim_current_frame" text="0" min_size="30,20"/> | |
73 <Button name="anim_right" text="r1" max_size="20,20"/> | |
74 <Button name="anim_end_pos" text="E" max_size="20,20"/> | |
75 </HBox> | |
76 <HBox> | |
77 <ToggleButton name="anim_playback" text="P" max_size="20,20"/> | |
78 <CheckBox name="anim_loop" marked="1" text="Loop:"/> | |
79 </HBox> | |
80 | |
81 <HBox> | |
82 <Label text="Rotation: (" min_size="60,20" /> | |
83 <Label name="anim_rotation" text="" min_size="20,20"/> | |
84 <Label text=")" min_size="10,20" /> | |
85 </HBox> | |
86 | |
87 <VBox min_size="100,100" size="100,100"> | |
88 <Icon image="gui/icons/add_instance.png" size="200,200" min_size="250,250" name="animTest"/> | |
89 </VBox> | |
90 </VBox> | |
91 </VBox> | |
92 | |
93 </Panel> |