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