diff options
| author | oy <Tom_Adams@web.de> | 2011-04-09 00:02:08 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-09 00:02:08 +0200 |
| commit | 05889f3e3eb12a6baaf20d712c6d0d3bed1ff964 (patch) | |
| tree | c28573eed06d30d1016cae6020088b9ebb4c6310 /datasrc | |
| parent | b6118ae9fed672c3f06524f7a15f1025790baaf8 (diff) | |
| download | zcatch-05889f3e3eb12a6baaf20d712c6d0d3bed1ff964.tar.gz zcatch-05889f3e3eb12a6baaf20d712c6d0d3bed1ff964.zip | |
fixed problem with the hammer hit particle
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/content.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/content.py b/datasrc/content.py index 4b1c88e4..c49930e5 100644 --- a/datasrc/content.py +++ b/datasrc/content.py @@ -280,7 +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("part_hit01", set_particles, 4,1,2,2)) container.sprites.Add(Sprite("health_full", set_game, 21,0,2,2)) container.sprites.Add(Sprite("health_empty", set_game, 23,0,2,2)) |