added performance tab to inert options, added ability to disable / enable wind at runtime

This commit is contained in:
Hazim Gazov
2010-04-17 21:24:13 -03:00
parent 615202da70
commit faf628668b
2 changed files with 13 additions and 0 deletions

View File

@@ -83,6 +83,14 @@
</radio_item>
</radio_group>
</panel>
<panel border="true" left="1" bottom="-408" height="408" width="500" mouse_opaque="true"
follows="left|top|right|bottom" label="Performance" name="Performance">
<check_box bottom_delta="-20" control_name="WindEnabled" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
label="Enable Wind Effects" left="10"
mouse_opaque="true" name="enable_wind" radio_style="false"
width="400" />
</panel>
<panel border="true" left="1" bottom="-408" height="408" width="500" mouse_opaque="true"
follows="left|top|right|bottom" label="Miscellaneous" name="Miscellaneous">
<check_box bottom_delta="-30" control_name="DoubleClickTeleport" enabled="true"