fire alarm done, but the button will restart it after initial pressing

This commit is contained in:
Timur Nizamov
2025-12-26 19:57:14 +02:00
parent 6a90182014
commit 23e453de77
43 changed files with 1623 additions and 197 deletions

View File

@@ -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>