From The Mana World

Particle-tutorial-fountain.png(240 × 208 pixels, file size: 54 KB, MIME type: image/png)

<?xml version="1.0"?>
<effect>
 <particle> 
  <emitter>
   <!-- no position-bla this time - all particles are spawned at the same point. -->
   <property name="output" value= "4" />                  <!-- This time we need a few more particles...-->           
   <property name="horizontal-angle" min="0" max="360" /> <!-- launched in a full horizontal circle -->
   <property name="vertical-angle" value="70" />          <!-- launched in a steep vertical angle -->
   <property name="power" value="4" />                    <!-- Initial speed of 4 pixels per tick -->
   <property name="gravity" value="0.1" />                <!-- Accelerated by 0.1 pixels per game tick to the ground -->
   <property name="image" value="graphics/particles/orb-medium.png"/><!-- This time we use the orb sprite. -->
  </emitter>
 </particle>
</effect>

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:37, 3 June 2008Thumbnail for version as of 05:37, 3 June 2008240 × 208 (54 KB)Crush (talk | contribs)

The following page uses this file: