fire alarm done, but the button will restart it after initial pressing
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<objects serializationModel="Studio.02.03.00">
|
||||
<object class="ParameterPreset" id="{98156f4f-b015-4c29-aaaf-489c4f50bf99}">
|
||||
<property name="name">
|
||||
<value>AlarmSet</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{72821a40-1f9b-449e-9f29-45c4d8800c81}</destination>
|
||||
</relationship>
|
||||
<relationship name="parameter">
|
||||
<destination>{3f2651a5-e075-4647-aff9-4a98fe753c98}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="GameParameter" id="{3f2651a5-e075-4647-aff9-4a98fe753c98}">
|
||||
<property name="parameterType">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="enumerationLabels">
|
||||
<value>Off</value>
|
||||
<value>On</value>
|
||||
</property>
|
||||
<property name="isGlobal">
|
||||
<value>true</value>
|
||||
</property>
|
||||
<property name="initialValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="isExposedRecursively">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
</objects>
|
||||
Reference in New Issue
Block a user