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

This commit is contained in:
2021-03-10 23:28:05 +01:00
parent 90d44a1376
commit 570816c0b5
16 changed files with 311 additions and 20 deletions

View File

@@ -0,0 +1,18 @@
{
"dataScheme":"textureList",
"version":1,
"textureData": {
"spriteSheets":[{
"sheetName":"testSheet",
"path":"sheets/sheet.png",
"sheetDataPath":"sheets/sheet.json",
"explicitDimensions":true,
"tileDimensions":{"width":16,"height":16}
}],
"sprites":
[{
"spriteName":"player",
"path":"individual/character.png"
}]
}
}