Skip to content

Commit

Permalink
update ase file to use repeat: 2 for animation looping
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayHopscotch committed Oct 24, 2023
1 parent 76f6b4e commit 1aac2b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified Graphics/FlxAsepriteUtils/assets/player.ase
Binary file not shown.
10 changes: 5 additions & 5 deletions Graphics/FlxAsepriteUtils/assets/player.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
{ "name": "fall", "from": 2, "to": 2, "direction": "forward", "color": "#000000ff" },
{ "name": "duck", "from": 3, "to": 3, "direction": "forward", "color": "#000000ff" },
{ "name": "fall", "from": 4, "to": 4, "direction": "forward", "color": "#000000ff" },
{ "name": "climb", "from": 5, "to": 6, "direction": "forward", "color": "#000000ff" },
{ "name": "cheer", "from": 7, "to": 8, "direction": "forward", "color": "#000000ff" },
{ "name": "walk", "from": 9, "to": 10, "direction": "forward", "color": "#000000ff" },
{ "name": "hold", "from": 11, "to": 12, "direction": "forward", "color": "#000000ff" },
{ "name": "action", "from": 13, "to": 14, "direction": "forward", "color": "#000000ff" },
{ "name": "climb", "from": 5, "to": 6, "direction": "forward", "repeat": "2", "color": "#000000ff" },
{ "name": "cheer", "from": 7, "to": 8, "direction": "forward", "repeat": "2", "color": "#000000ff" },
{ "name": "walk", "from": 9, "to": 10, "direction": "forward", "repeat": "2", "color": "#000000ff" },
{ "name": "hold", "from": 11, "to": 12, "direction": "forward", "repeat": "2", "color": "#000000ff" },
{ "name": "action", "from": 13, "to": 14, "direction": "forward", "repeat": "2", "color": "#000000ff" },
{ "name": "kick", "from": 15, "to": 15, "direction": "forward", "color": "#000000ff" },
{ "name": "swim", "from": 16, "to": 17, "direction": "forward", "color": "#000000ff" },
{ "name": "talk", "from": 18, "to": 18, "direction": "forward", "color": "#000000ff" },
Expand Down

0 comments on commit 1aac2b4

Please sign in to comment.