draw animation frames for whip attack
This commit is contained in:
4
fcore/level/player/whip.sml
Normal file
4
fcore/level/player/whip.sml
Normal file
@@ -0,0 +1,4 @@
|
||||
structure Whip =
|
||||
struct
|
||||
type box = {x: int, y: int, size: int}
|
||||
end
|
||||
Reference in New Issue
Block a user