GIT: Formatting

This commit is contained in:
Joshua Davidson 2018-12-10 15:41:09 -05:00
parent d2fb461792
commit a74ddee098
2 changed files with 286 additions and 306 deletions

View file

@ -1,39 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<PropertyList> <PropertyList>
<particlesystem>
<name>smoke</name>
<texture>res/smoke.png</texture>
<offsets>
<x-m>30</x-m>
<y-m>0.00</y-m>
<z-m>2</z-m>
<pitch-deg>90</pitch-deg>
</offsets>
<particlesystem>
<name>contrail-eng1</name>
<texture>contrail.rgb</texture>
<emissive type="bool">false</emissive> <emissive type="bool">false</emissive>
<lighting type="bool">false</lighting> <lighting type="bool">false</lighting>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>engines/engine[0]/n2</property> <property>engines/engine[0]/n2-actual</property>
<value>50</value> <value>50</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>position/altitude-ft</property> <property>/position/altitude-ft</property>
<value>19000</value> <value>19000</value>
</greater-than> </greater-than>
<less-than> <less-than>
<property>environment/temperature-degc</property> <property>environment/temperature-degc</property>
<value>-40</value> <value>-30</value>
</less-than> </less-than>
<equals>
<property>engines/engine[0]/state</property>
<value>3</value>
</equals>
</and> </and>
</condition> </condition>
@ -64,7 +55,7 @@
<counter> <counter>
<particles-per-sec> <particles-per-sec>
<value>35</value> <value>50</value>
<spread>0</spread> <spread>0</spread>
</particles-per-sec> </particles-per-sec>
</counter> </counter>
@ -155,7 +146,6 @@
<gravity type="bool">true</gravity> <gravity type="bool">true</gravity>
<wind typ="bool">true</wind> <wind typ="bool">true</wind>
</program> </program>
</particlesystem> </particlesystem>
</PropertyList> </PropertyList>

View file

@ -1,39 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<PropertyList> <PropertyList>
<particlesystem>
<name>smoke</name>
<texture>res/smoke.png</texture>
<offsets>
<x-m>30</x-m>
<y-m>0.00</y-m>
<z-m>2</z-m>
<pitch-deg>90</pitch-deg>
</offsets>
<particlesystem>
<name>contrail-eng2</name>
<texture>contrail.rgb</texture>
<emissive type="bool">false</emissive> <emissive type="bool">false</emissive>
<lighting type="bool">false</lighting> <lighting type="bool">false</lighting>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>engines/engine[1]/n2</property> <property>engines/engine[1]/n2-actual</property>
<value>50</value> <value>50</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>position/altitude-ft</property> <property>/position/altitude-ft</property>
<value>19000</value> <value>19000</value>
</greater-than> </greater-than>
<less-than> <less-than>
<property>environment/temperature-degc</property> <property>environment/temperature-degc</property>
<value>-40</value> <value>-30</value>
</less-than> </less-than>
<equals>
<property>engines/engine[1]/state</property>
<value>3</value>
</equals>
</and> </and>
</condition> </condition>
@ -64,7 +55,7 @@
<counter> <counter>
<particles-per-sec> <particles-per-sec>
<value>35</value> <value>50</value>
<spread>0</spread> <spread>0</spread>
</particles-per-sec> </particles-per-sec>
</counter> </counter>
@ -155,7 +146,6 @@
<gravity type="bool">true</gravity> <gravity type="bool">true</gravity>
<wind typ="bool">true</wind> <wind typ="bool">true</wind>
</program> </program>
</particlesystem> </particlesystem>
</PropertyList> </PropertyList>