up-editor/tiles.lua

11 lines
199 B
Lua

local img_path = "img/"
tiles = {
love.graphics.newImage(img_path.."ground.png"),
love.graphics.newImage(img_path.."elevator1.png"),
false,
}
tiles_char = { '0', '^', '.' }
selected_tile = 1