New experimental starter

This commit is contained in:
Marsdolphin 2020-02-07 14:56:20 +08:00 committed by GitHub
parent 51635f1912
commit cac09f4255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1067 additions and 0 deletions

BIN
Models/Starter/gray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

1032
Models/Starter/starter.ac Normal file

File diff suppressed because it is too large Load Diff

View File

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