pleins de trucs

This commit is contained in:
Deadzi06
2026-07-10 06:10:33 +02:00
commit a55abbc5f7
51 changed files with 2235 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
return {
version = "1.10",
luaversion = "5.1",
tiledversion = "1.10.2",
name = "castle",
class = "",
tilewidth = 40,
tileheight = 40,
spacing = 0,
margin = 0,
columns = 4,
image = "../../../assets/sprites/tilesets/castle.png",
imagewidth = 160,
imageheight = 400,
objectalignment = "unspecified",
tilerendersize = "tile",
fillmode = "stretch",
tileoffset = {
x = 0,
y = 0
},
grid = {
orientation = "orthogonal",
width = 40,
height = 40
},
properties = {},
wangsets = {},
tilecount = 40,
tiles = {}
}