update consts to reflect the new sprite size

This commit is contained in:
2026-04-24 09:12:19 +02:00
parent e3cf5cdfa1
commit 5588d4c29a
5 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
pub const sprites.width = 5
pub const sprites.height = 5 ; unused as sprite are all square
pub const sprites.size = 25 ; height x width
pub const sprites.width = 17
pub const sprites.height = 17 ; unused as sprite are all square
pub const sprites.size = 289 ; height x width
pub const sprites.rotation_0 = 0
pub const sprites.rotation_90 = 1