This commit is contained in:
Tobias Lindner 2019-07-23 10:02:56 +00:00
parent b21b3ad635
commit 24a1659a2c
4 changed files with 191 additions and 10 deletions

View File

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

76
bin/data/xml/particle.xml Normal file
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>
<! ----------------------------------------- >

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
bin/data/xml/setup.xml Normal file
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>