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,8 +1,9 @@
; given:
; - 16x12 tiles map
; - 5x5 pixels tile
; -> 256x192 pixels screen
; -> 15x11 tiles map
; => 17x17 pixels tile
pub const scene.margin_top = 2
pub const scene.margin_bottom = 3
pub const scene.margin_left = 2
pub const scene.margin_right = 3
pub const scene.margin_top = 0
pub const scene.margin_bottom = 0
pub const scene.margin_left = 0
pub const scene.margin_right = 0