New experimental starter
This commit is contained in:
parent
51635f1912
commit
cac09f4255
Binary file not shown.
After Width: | Height: | Size: 239 B |
Binary file not shown.
After Width: | Height: | Size: 239 B |
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- experimental starter. Still does not work. Need help from people who initially created this car. -->
|
||||
<PropertyList>
|
||||
<path>starter.ac</path>
|
||||
<!--External panel lighting-->
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>base</object-name>
|
||||
<object-name>button</object-name>
|
||||
<emission>
|
||||
<factor-prop>controls/switches/gauge-light</factor-prop>
|
||||
<red> 0.21 </red>
|
||||
<green> 0.21 </green>
|
||||
<blue> 0.21 </blue>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
<!--Control-->
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>button</object-name>
|
||||
<visible>true</visible>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>engine.startEngine()</script>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
|
||||
|
||||
</PropertyList>
|
Loading…
Reference in New Issue