draw animation frames for whip attack

This commit is contained in:
2025-02-28 12:03:23 +00:00
parent 0385366fce
commit 321200139b
4 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
structure Whip =
struct
type box = {x: int, y: int, size: int}
end