12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>lamp.ac</path>
- <animation>
- <object-name>lampoff</object-name>
- <object-name>lampon</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>lampon</object-name>
- <condition>
- <or>
- <not>
- <property>/controls/electric/engine/generator</property>
- </not>
- <not>
- <property>/engines/engine/running</property>
- </not>
- </or>
- <property>/controls/electric/battery-switch</property>
- </condition>
- </animation>
- <animation>
- <type>material</type>
- <object-name>lampoff</object-name>
- <emission>
- <red> 0 </red>
- <green> 0 </green>
- <blue> 0 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>lampon</object-name>
- <emission>
- <red> 1 </red>
- <green> 1 </green>
- <blue> 1 </blue>
- </emission>
- </animation>
- </PropertyList>
|