I don't even know what I changed at this point
This commit is contained in:
18
hGameTest/res/data/textures.json
Normal file
18
hGameTest/res/data/textures.json
Normal 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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
36
hGameTest/res/textures/sheets/sheet.htex.json
Normal file
36
hGameTest/res/textures/sheets/sheet.htex.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
hGameTest/res/textures/sheets/sheet.png
Normal file
BIN
hGameTest/res/textures/sheets/sheet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 607 B |
36
hGameTest/res/textures/sheets/sheetAnim.htex.json
Normal file
36
hGameTest/res/textures/sheets/sheetAnim.htex.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 161 B |
Reference in New Issue
Block a user