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"?>
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<?xml version="1.0" encoding="UTF-8"?>
<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>
<lighting type="bool">false</lighting>
<condition>
<and>
<greater-than>
<property>engines/engine[0]/n2</property>
<property>engines/engine[0]/n2-actual</property>
<value>50</value>
</greater-than>
<greater-than>
<property>position/altitude-ft</property>
<property>/position/altitude-ft</property>
<value>19000</value>
</greater-than>
<less-than>
<property>environment/temperature-degc</property>
<value>-40</value>
<value>-30</value>
</less-than>
<equals>
<property>engines/engine[0]/state</property>
<value>3</value>
</equals>
</and>
</condition>
@ -64,7 +55,7 @@
<counter>
<particles-per-sec>
<value>35</value>
<value>50</value>
<spread>0</spread>
</particles-per-sec>
</counter>
@ -155,7 +146,6 @@
<gravity type="bool">true</gravity>
<wind typ="bool">true</wind>
</program>
</particlesystem>
</PropertyList>

View file

@ -1,39 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<?xml version="1.0" encoding="UTF-8"?>
<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>
<lighting type="bool">false</lighting>
<condition>
<and>
<greater-than>
<property>engines/engine[1]/n2</property>
<property>engines/engine[1]/n2-actual</property>
<value>50</value>
</greater-than>
<greater-than>
<property>position/altitude-ft</property>
<property>/position/altitude-ft</property>
<value>19000</value>
</greater-than>
<less-than>
<property>environment/temperature-degc</property>
<value>-40</value>
<value>-30</value>
</less-than>
<equals>
<property>engines/engine[1]/state</property>
<value>3</value>
</equals>
</and>
</condition>
@ -64,7 +55,7 @@
<counter>
<particles-per-sec>
<value>35</value>
<value>50</value>
<spread>0</spread>
</particles-per-sec>
</counter>
@ -155,7 +146,6 @@
<gravity type="bool">true</gravity>
<wind typ="bool">true</wind>
</program>
</particlesystem>
</PropertyList>