diff options
| author | cursed22bc <admin@pixeldawn.org> | 2026-03-09 23:48:43 +0200 |
|---|---|---|
| committer | cursed22bc <admin@pixeldawn.org> | 2026-03-09 23:48:43 +0200 |
| commit | 6f160bac033726c9bddecee42f24616ee537c4be (patch) | |
| tree | cff0cbdb52847add84c2a09e2985b259e1cbed90 /main.lua | |
| parent | fa90ee5c494ef7db5c779fe7eec33d6312237f9b (diff) | |
hacking layering
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -local VIRTUAL_WIDTH, VIRTUAL_HEIGHT = 16*10*3, 9*10*3 +local VIRTUAL_WIDTH, VIRTUAL_HEIGHT = 16*10*5, 9*10*5 local CANVAS_PADDING = 6 -DEBUG = false +DEBUG = true local CANVAS_WIDTH = VIRTUAL_WIDTH + CANVAS_PADDING local CANVAS_HEIGHT = VIRTUAL_HEIGHT + CANVAS_PADDING @@ -23,7 +23,7 @@ local currentState = "game" local currentMapPath = "assets/maps/tilemap.lua" local currentTilesets = { tileset = { path = "assets/maps/tileset.png", tilewidth = 16, tileheight = 16 }, - ground = { path = "assets/maps/ground.png", tilewidth = 8, tileheight = 8 }, + misc = { path = "assets/maps/simples_pimples.png", tilewidth = 16, tileheight = 16 }, } local world = nil |
