You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TileZed crashes when I try to run such a lua script:
local map = {
orientation = "orthogonal",
width = 64,
height = 64,
tilewidth = 32,
tileheight = 32,
tilesets = {},
layers = {}
}
I use Tiled 0.8.1
The text was updated successfully, but these errors were encountered:
TileZed crashes when I try to run such a lua script:
local map = {
orientation = "orthogonal",
width = 64,
height = 64,
tilewidth = 32,
tileheight = 32,
tilesets = {},
layers = {}
}
I use Tiled 0.8.1
The text was updated successfully, but these errors were encountered: