about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-08 19:11:41 +0200
committeroy <Tom_Adams@web.de>2011-04-08 19:11:41 +0200
commit9643fc36ae69c15ee8c9a9634e8aa663f112f9e6 (patch)
tree6d3c97871e7e1f11193a5162c08bdbc92fe34a44 /datasrc
parente63683e649585c6840d0ec170fc1c2687770160e (diff)
downloadzcatch-9643fc36ae69c15ee8c9a9634e8aa663f112f9e6.tar.gz
zcatch-9643fc36ae69c15ee8c9a9634e8aa663f112f9e6.zip
added new hammer hit effect by SushiTee and Crises
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/content.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/datasrc/content.py b/datasrc/content.py
index 1f16e317..4b1c88e4 100644
--- a/datasrc/content.py
+++ b/datasrc/content.py
@@ -280,6 +280,7 @@ container.sprites.Add(Sprite("part_smoke", set_particles, 0,1,1,1))
 container.sprites.Add(Sprite("part_shell", set_particles, 0,2,2,2))
 container.sprites.Add(Sprite("part_expl01", set_particles, 0,4,4,4))
 container.sprites.Add(Sprite("part_airjump", set_particles, 2,2,2,2))
+container.sprites.Add(Sprite("part_hit01", set_particles, 4,1,4,4))
 
 container.sprites.Add(Sprite("health_full", set_game, 21,0,2,2))
 container.sprites.Add(Sprite("health_empty", set_game, 23,0,2,2))