port over left-walking frames/sprites

This commit is contained in:
2025-08-28 23:02:03 +01:00
parent a2b14b90e3
commit f3cb7b7546
12 changed files with 41802 additions and 3421 deletions

View File

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