Modified boxing glove image
This commit is contained in:
parent
579526c983
commit
367740e5e3
2
shared.c
2
shared.c
|
@ -1066,7 +1066,7 @@ int loadimagesets(void) {
|
|||
loadspriteimage(P_BOXING,F_WALK1, "sprites/boxing.png");
|
||||
imageset[P_BOXING].numimages = 1;
|
||||
|
||||
loadspriteimage(P_GLOVE,F_WALK1, "sprites/boxing.png");
|
||||
loadspriteimage(P_GLOVE,F_WALK1, "sprites/glove.png");
|
||||
imageset[P_GLOVE].numimages = 1;
|
||||
|
||||
loadspriteimage(P_DIAMOND,F_WALK1, "sprites/diamond.png");
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 976 B |
Binary file not shown.
After Width: | Height: | Size: 701 B |
Loading…
Reference in New Issue