Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Bug 693826: Fix glitches on skeleton and goblin sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
glecollinet committed Mar 12, 2012
1 parent a9f4fd9 commit 169e38a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file modified client/img/1/goblin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/img/1/skeleton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/img/2/goblin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/img/2/skeleton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/img/3/goblin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/img/3/skeleton.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 client/sprites/goblin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "id": "goblin", "width": 24, "height": 24, "animations": { "atk_right": { "length": 3, "row": 0 }, "walk_right": { "length": 3, "row": 1 }, "idle_right": { "length": 2, "row": 2 }, "atk_up": { "length": 3, "row": 3 }, "walk_up": { "length": 4, "row": 4 }, "idle_up": { "length": 2, "row": 5 }, "atk_down": { "length": 3, "row": 6 }, "walk_down": { "length": 4, "row": 7 }, "idle_down": { "length": 2, "row": 8 } }, "offset_x": -4, "offset_y": -8}
{ "id": "goblin", "width": 26, "height": 26, "animations": { "atk_right": { "length": 3, "row": 0 }, "walk_right": { "length": 3, "row": 1 }, "idle_right": { "length": 2, "row": 2 }, "atk_up": { "length": 3, "row": 3 }, "walk_up": { "length": 4, "row": 4 }, "idle_up": { "length": 2, "row": 5 }, "atk_down": { "length": 3, "row": 6 }, "walk_down": { "length": 4, "row": 7 }, "idle_down": { "length": 2, "row": 8 } }, "offset_x": -5, "offset_y": -9}
Expand Down

0 comments on commit 169e38a

Please sign in to comment.