create repository with functional basic implementation
This commit is contained in:
8
src/consts/scene.asm
Normal file
8
src/consts/scene.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user