implemented atlas loading

This commit is contained in:
2021-03-13 00:11:14 +01:00
committed by Andreas Schaafsma
parent daa2093e26
commit 64fc9d91a1
12 changed files with 130 additions and 132 deletions

View File

@@ -9,28 +9,28 @@
"tileSize":{
"x":16,
"y":16
},
"tilesetGeneric":{
"baseTexture":"textures/sheets/sheet.png",
"tiles":[
"testTile1",
"testTile2",
"testTile3",
"testTile4",
"testTile5",
"testTile6",
"testTile7",
"testTile8",
"testTile9",
"testTile10",
"testTile11",
"testTile12",
"testTile13",
"testTile14",
"testTile15",
"testTile16"
]
}
},
"tilesetGeneric":{
"baseTexture":"textures/sheets/sheet.png",
"tiles":[
"testTile1",
"testTile2",
"testTile3",
"testTile4",
"testTile5",
"testTile6",
"testTile7",
"testTile8",
"testTile9",
"testTile10",
"testTile11",
"testTile12",
"testTile13",
"testTile14",
"testTile15",
"testTile16"
]
}
}
}