diff options
author | quou <quou@disroot.org> | 2024-09-30 19:08:22 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-09-30 19:08:22 +1000 |
commit | 800559b72d31126ea6ae787f2b470f7824eafaa3 (patch) | |
tree | 96d953c0540ccab99d028772ddee1abb3f266149 /intermediate | |
parent | 7664fdafb9a6d6f4aa3339fe38958b24b234218e (diff) |
player slash animation
Diffstat (limited to 'intermediate')
-rw-r--r-- | intermediate/guy_slash_left.anm | 5 | ||||
-rw-r--r-- | intermediate/guy_slash_right.anm | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/intermediate/guy_slash_left.anm b/intermediate/guy_slash_left.anm new file mode 100644 index 0000000..e6581af --- /dev/null +++ b/intermediate/guy_slash_left.anm @@ -0,0 +1,5 @@ +1 +{ 64, 16, 16, 16 } +{ 80, 16, 16, 16 } +{ 80, 16, 16, 16 } +{ 80, 16, 16, 16 } diff --git a/intermediate/guy_slash_right.anm b/intermediate/guy_slash_right.anm new file mode 100644 index 0000000..e7ada8d --- /dev/null +++ b/intermediate/guy_slash_right.anm @@ -0,0 +1,5 @@ +1 +{ 64, 0, 16, 16 } +{ 80, 0, 16, 16 } +{ 80, 0, 16, 16 } +{ 80, 0, 16, 16 } |