create repository with functional basic implementation

This commit is contained in:
2026-04-24 07:13:59 +02:00
commit 7014692d71
24 changed files with 1265 additions and 0 deletions

8
src/consts/scene.asm Normal file
View 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