Merge pull request #14 from vanosten/master

2 new targets for hunter
This commit is contained in:
Nikolai V. Chr 2020-04-04 16:46:27 +02:00 committed by GitHub
commit a4ab199811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 127781 additions and 1 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 KiB

View File

@ -1,7 +1,7 @@
AC3Db
MATERIAL "ac3dmat0" rgb 0 0 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
MATERIAL "ac3dmat13" rgb 0.533333 0.533333 0.533333 amb 0.521053 0.521053 0.510526 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
MATERIAL "ac3dmat4" rgb 1 0.501961 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
MATERIAL "ac3dmat4" rgb 1 0.4 0 amb 1 0.4 0 emis 1 0.4 0 spec 0.2 0.2 0.2 shi 35 trans 0
OBJECT world
kids 6
OBJECT poly

View File

@ -46,4 +46,35 @@
</condition>
</animation>
<model>
<path>Forel_WaterTarget.ac</path>
<name>watertarget</name>
</model>
<animation>
<type>select</type>
<object-name>watertarget</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>3</value>
</equals>
</condition>
</animation>
<model>
<path>Speedboat/Speedboat.ac</path>
<name>speedboat</name>
</model>
<animation>
<type>select</type>
<object-name>speedboat</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>10</value>
</equals>
</condition>
</animation>
</PropertyList>

View File

@ -77,6 +77,22 @@
<value>2</value>
</binding>
</button>
<button>
<legend>Water Target</legend>
<binding>
<command>property-assign</command>
<property>sim/multiplay/generic/int[17]</property>
<value>3</value>
</binding>
</button>
<button>
<legend>Speedboat</legend>
<binding>
<command>property-assign</command>
<property>sim/multiplay/generic/int[17]</property>
<value>10</value>
</binding>
</button>
</group>