Skip to content

Commit

Permalink
add idle animations
Browse files Browse the repository at this point in the history
  • Loading branch information
trymnilsen committed Nov 11, 2024
1 parent 0adf479 commit 4947493
Show file tree
Hide file tree
Showing 12 changed files with 330 additions and 197 deletions.
28 changes: 28 additions & 0 deletions asset/swordsman_sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,33 @@
"w": 16,
"h": 16,
"frames": 5
},
"knight_idle_down": {
"x": 0,
"y": 0,
"w": 16,
"h": 16,
"frames": 2
},
"knight_idle_up": {
"x": 0,
"y": 16,
"w": 16,
"h": 16,
"frames": 2
},
"knight_idle_right": {
"x": 0,
"y": 32,
"w": 16,
"h": 16,
"frames": 2
},
"knight_idle_left": {
"x": 0,
"y": 48,
"w": 16,
"h": 16,
"frames": 2
}
}
Binary file modified public/asset/bin-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4947493

Please sign in to comment.