Seperating out hunter targets to its own directory structure

This commit is contained in:
Rick Gruber-Riemer 2020-01-11 09:08:15 +01:00
parent f899e63b71
commit 15d4134ac4
7 changed files with 0 additions and 48 deletions

View File

@ -121,36 +121,6 @@
</condition>
</animation>
<model>
<path>Axalp_Target.ac</path>
<name>hilltarget</name>
</model>
<animation>
<type>select</type>
<object-name>hilltarget</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>8</value>
</equals>
</condition>
</animation>
<model>
<path>Axalp_CliffTarget.ac</path>
<name>clifftarget</name>
</model>
<animation>
<type>select</type>
<object-name>clifftarget</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>9</value>
</equals>
</condition>
</animation>
<model>
<path>Aircraft/depot/Models/smoke.xml</path>
<offsets>

View File

@ -118,24 +118,6 @@
</binding>
</button>
<button>
<legend>Hill Target</legend>
<binding>
<command>property-assign</command>
<property>sim/multiplay/generic/int[17]</property>
<value>8</value>
</binding>
</button>
<button>
<legend>Cliff Target</legend>
<binding>
<command>property-assign</command>
<property>sim/multiplay/generic/int[17]</property>
<value>9</value>
</binding>
</button>
</group>
</PropertyList>

View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Binary file not shown.