22 lines
578 B
JSON
22 lines
578 B
JSON
{
|
|
"datascheme":"htex",
|
|
"version":"1",
|
|
"textureData":{
|
|
"texName":"testanimsheet",
|
|
"texType":"atlas",
|
|
"atlas":{
|
|
"atlasType":"tilesetanimated",
|
|
"tileSize":{
|
|
"x":16,
|
|
"y":16
|
|
},
|
|
"tilesetAnimated":{
|
|
"baseTexture":"textures/sheets/sheet.png",
|
|
"sequences":[
|
|
{"name":"testsequence1","sequenceStart":0,"sequenceEnd":7},
|
|
{"name":"testsequence2","sequenceStart":8,"sequenceEnd":15}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |