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

This commit is contained in:
2025-01-15 19:29:34 +01:00
committed by andreas
parent b992e3f3a2
commit 6201369a0a
16 changed files with 311 additions and 20 deletions
+18
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"
}]
}
}