I don't even know what I changed at this point

This commit is contained in:
2021-03-10 23:28:05 +01:00
committed by Andreas Schaafsma
parent b992e3f3a2
commit 6201369a0a
16 changed files with 311 additions and 20 deletions

View File

@@ -0,0 +1,36 @@
{
"datascheme":"htex",
"version":1,
"textureData":{
"texName":"testsheet",
"texType":"atlas",
"atlas":{
"atlasType":"tilesetgeneric",
"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"
]
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

View File

@@ -0,0 +1,36 @@
{
"datascheme":"htex",
"version":"1",
"textureData":{
"texName":"testsheet",
"texType":"atlas",
"atlas":{
"atlasType":"tilesetgeneric",
"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"
]
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B