Skip to content

Commit

Permalink
fixed problem with the hammer hit particle
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Apr 8, 2011
1 parent b6118ae commit 05889f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/particles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion datasrc/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def FileList(format, num):
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))
Expand Down

0 comments on commit 05889f3

Please sign in to comment.