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

This commit is contained in:
2025-01-15 19:44:59 +01:00
committed by andreas
parent 444457db2a
commit daa2093e26
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"
}]
}
}