convert whip-attack sprites to new dotscape format

This commit is contained in:
2025-08-09 14:22:04 +01:00
parent 2ee4501c6a
commit 69992b5a8d
16 changed files with 17826 additions and 217 deletions

View File

@@ -9,8 +9,8 @@ struct
val worldHeightReal: Real32.real = 1080.0
(* constants for player *)
val playerWidth = 48
val playerHeight = 60
val playerWidth = 96
val playerHeight = 96
val playerWidthReal: Real32.real = 48.0
val playerHeightReal: Real32.real = 60.0