diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-10 23:12:51 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-10 23:12:51 +0000 |
commit | 04f44e971e63a6a2c00a9c9eaf8439a39c64e70d (patch) | |
tree | 1160ccb9977b1a25d11ad3c88dc0b5fcc4b9acb2 /graphics/particles | |
parent | 7e3b597a6acf9c1b07880f5ab37ce4f8e248e8a3 (diff) | |
download | clientdata-04f44e971e63a6a2c00a9c9eaf8439a39c64e70d.tar.gz clientdata-04f44e971e63a6a2c00a9c9eaf8439a39c64e70d.tar.bz2 clientdata-04f44e971e63a6a2c00a9c9eaf8439a39c64e70d.tar.xz clientdata-04f44e971e63a6a2c00a9c9eaf8439a39c64e70d.zip |
small bugfix for hit particle effect
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/hit.particle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/particles/hit.particle.xml b/graphics/particles/hit.particle.xml index bd2c6d34..49f625f2 100644 --- a/graphics/particles/hit.particle.xml +++ b/graphics/particles/hit.particle.xml @@ -17,7 +17,7 @@ An explosion of white particles. <property name="vertical-angle" min="45" max="90"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="power" min="0" max="6"/>
- <property name="gravity" value="100"/>
+ <property name="gravity" value="0.1"/>
<property name="image" value="graphics/particles/orb-small.png"/>
<property name="lifetime" min="0" max="80"/>
<property name="output" min="6" max="12"/>
|