From 7664fdafb9a6d6f4aa3339fe38958b24b234218e Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 30 Sep 2024 19:01:53 +1000 Subject: player slashing --- intermediate/arms.bmp | Bin 0 -> 262282 bytes intermediate/slash_left.anm | 6 ++++++ intermediate/slash_right.anm | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 intermediate/arms.bmp create mode 100644 intermediate/slash_left.anm create mode 100644 intermediate/slash_right.anm (limited to 'intermediate') diff --git a/intermediate/arms.bmp b/intermediate/arms.bmp new file mode 100644 index 0000000..0b686f3 Binary files /dev/null and b/intermediate/arms.bmp differ diff --git a/intermediate/slash_left.anm b/intermediate/slash_left.anm new file mode 100644 index 0000000..b95a86d --- /dev/null +++ b/intermediate/slash_left.anm @@ -0,0 +1,6 @@ +1 +{ 0, 17, 45, 17 } +{ 45, 17, 45, 17 } +{ 90, 17, 45, 17 } +{ 135, 17, 45, 17 } +{ 180, 17, 45, 17 } diff --git a/intermediate/slash_right.anm b/intermediate/slash_right.anm new file mode 100644 index 0000000..9e00005 --- /dev/null +++ b/intermediate/slash_right.anm @@ -0,0 +1,6 @@ +1 +{ 0, 0, 45, 17 } +{ 45, 0, 45, 17 } +{ 90, 0, 45, 17 } +{ 135, 0, 45, 17 } +{ 180, 0, 45, 17 } -- cgit v1.2.3-54-g00ecf