first commit

This commit is contained in:
2021-12-18 20:10:30 +01:00
parent 4d04f63b99
commit 215bed9faf
108 changed files with 3630 additions and 0 deletions

12
src/constants.lua Normal file
View File

@@ -0,0 +1,12 @@
-- require('mobdebug').start()
VIRTUAL_WIDTH = 384
VIRTUAL_HEIGHT = 216
WINDOW_WIDTH = 1280
WINDOW_HEIGHT = 720
LEVEL_RENDER_OFFSET_TOP = 30
LEVEL_RENDER_OFFSET = 10
TILE_SIZE = 16