update consts to reflect the new sprite size
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user