Newer
Older
Paul ProductEngine
committed
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
Vadim ProductEngine
committed
border="true"
Paul ProductEngine
committed
follows="top|left"
height="300"
label="Environment"
layout="topleft"
help_topic="panel_region_environment_tab"
Paul ProductEngine
committed
name="panel_env_info"
width="530">
<text
name="water_settings_title"
follows="top|left"
height="30"
layout="topleft"
left="50"
top_pad="20"
width="430"
wrap="true">
Select the Water and Sky/Day Cycle Settings you would like all visitors to your region to see. More info
</text>
<view_border
bevel_style="none"
follows="top|left"
height="237"
layout="topleft"
left="50"
name="border"
top="60"
width="430"/>
<radio_group
follows="top|left"
height="45"
layout="topleft"
left_delta="10"
name="region_settings_radio_group"
top_delta="20"
width="200">
<radio_item
Paul ProductEngine
committed
layout="topleft"
name="use_sl_default_settings"/>
<radio_item
label="Use the following settings"
Paul ProductEngine
committed
layout="topleft"
name="use_my_settings"
top_pad="20"/>
</radio_group>
<panel
follows="top|left"
Vadim ProductEngine
committed
height="150"
Paul ProductEngine
committed
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
layout="topleft"
left="50"
name="user_environment_settings"
top_pad="20"
width="430">
<text
name="water_settings_title"
follows="top|left"
height="16"
layout="topleft"
left="50"
top_pad="0"
width="160">
Water Setting
</text>
<combo_box
follows="top|left"
left_pad="2"
name="water_settings_preset_combo"
top_delta="-7"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
<text
name="sky_dayc_settings_title"
follows="top|left"
height="16"
layout="topleft"
left="50"
top_pad="30"
width="100">
Sky / Day Cycle
</text>
<radio_group
layout="topleft"
left_delta="50"
name="sky_dayc_settings_radio_group"
top_pad="10"
height="50"
width="110">
<radio_item
layout="topleft"
label="Fixed sky"
name="my_sky_settings"/>
<radio_item
layout="topleft"
label="Day cycle"
name="my_dayc_settings"
top_pad="25"/>
</radio_group>
<combo_box
follows="top|left"
left_pad="2"
name="sky_settings_preset_combo"
top_delta="-7"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
<combo_box
follows="top|left"
name="dayc_settings_preset_combo"
top_delta="36"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
</panel>
<button
follows="left|top"
height="23"
Vadim ProductEngine
committed
label="Apply"
Paul ProductEngine
committed
layout="topleft"
right="-160"
Vadim ProductEngine
committed
name="apply_btn"
Vadim ProductEngine
committed
top_pad="10"
Paul ProductEngine
committed
width="100" />
<button
follows="left|top"
height="23"
label="Cancel"
layout="topleft"
left_pad="10"
name="cancel_btn"
width="100" />
Vadim ProductEngine
committed
<loading_indicator
height="23"
Vadim ProductEngine
committed
left="50"
Vadim ProductEngine
committed
name="progress_indicator"
top_delta="0"
visible="false"
width="23" />