Browse Source

upload

praese
Tobias Lindner 4 years ago
parent
commit
24a1659a2c
4 changed files with 191 additions and 10 deletions
  1. 4
    10
      bin/data/xml/default.xml
  2. 76
    0
      bin/data/xml/particle.xml
  3. 51
    0
      bin/data/xml/particleSystem.xml
  4. 60
    0
      bin/data/xml/setup.xml

+ 4
- 10
bin/data/xml/default.xml View File

@@ -1,10 +1,4 @@
<default>
<sizeMin>0.05</sizeMin>
<sizeMax>4</sizeMax>
<mass>100</mass>
<drag>0</drag>
<maxLife>10</maxLife>
<velMin>-80</velMin>
<velMax>80</velMax>
<color></color>
</default>
<default>
<attracted>true</attracted>
<playertype>0</playertype>
</default>

+ 76
- 0
bin/data/xml/particle.xml View File

@@ -0,0 +1,76 @@
<! XML for particles depending on the active mode >



<default>
<size></size>
<color></color>
<age></age>
<maxLife></maxLife>
<mass></mass>
<velocity></velocity>
<position></position>
<transparency></transparency>
<floor></floor>
<stelen></stelen>
<aging>true</aging>
</default>


<! ----------------------------------------- >


<polymesh>

<size></size>
<color></color>
<age></age>
<maxLife></maxLife>
<mass></mass>
<velocity></velocity>
<position></position>
<transparency></transparency>
<floor></floor>
<stelen></stelen>
<aging>false</aging>

</polymesh>


<! ----------------------------------------- >


<rfid>

















</rfid>


<! ----------------------------------------- >

+ 51
- 0
bin/data/xml/particleSystem.xml View File

@@ -0,0 +1,51 @@
<! XML for particleSystems, depending on the active mode >


<default>

<birthrate>4</birthrate>
<display>true</display>
<connectParticles>false</connectParticles>
<playerType>0</playerType>

</default>


<! ------------------------------------- >


<polymesh>

<birthrate>0</birthrate>
<display>true</display>
<connectParticles>false</connectParticles>
<playerType>0</playerType>

</polymesh>


<! ------------------------------------- >


<rfid>

















</rfid>


<! ------------------------------------- >

+ 60
- 0
bin/data/xml/setup.xml View File

@@ -0,0 +1,60 @@
<setupSquare>
<center>
<x>0.5</x>
<y>0.5</y>
</center>
<stele1>
<x>0.5</x>
<y>0.28</y>
</stele1>
<stele2>
<x>0.6905</x>
<y>0.39</y>
</stele2>
<stele3>
<x>0.6905</x>
<y>0.61</y>
</stele3>
<stele4>
<x>0.5</x>
<y>0.72</y>
</stele4>
<stele5>
<x>0.3095</x>
<y>0.61</y>
</stele5>
<stele6>
<x>0.3095</x>
<y>0.39</y>
</stele6>
</setupSquare>
<setup>
<center>
<x>0.5</x>
<y>0.5</y>
</center>
<stele1>
<x>0.25</x>
<y>0.0</y>
</stele1>
<stele2>
<x>0.46650635</x>
<y>0.125</y>
</stele2>
<stele3>
<x>0.46650635</x>
<y>0.375</y>
</stele3>
<stele4>
<x>0.25</x>
<y>0.5</y>
</stele4>
<stele5>
<x>0.03349375</x>
<y>0.375</y>
</stele5>
<stele6>
<x>0.03349375</x>
<y>0.125</y>
</stele6>
</setup>

Loading…
Cancel
Save