first commit
This commit is contained in:
12
src/constants.lua
Normal file
12
src/constants.lua
Normal 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
|
||||
Reference in New Issue
Block a user