8 lines
181 B
NASM
8 lines
181 B
NASM
; given:
|
|
; - 16x12 tiles map
|
|
; - 5x5 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 |