New tileset 'Southpole' added

This commit is contained in:
Mal 2024-12-07 20:15:48 +01:00
parent b141eafb75
commit 1aeb770985
3 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -53,7 +53,18 @@ let GraphicSet = [
tilePreview: 2,
primaryTiles: 6,
gravity: 1.796,
}
},
{
name: 'Southpole',
tileset: 'southpole.png',
tiles: 112,
scale: 1,
backgroundColor: '#00000',
backgroundImage: 'background-southpole.jpg',
tilePreview: 2,
primaryTiles: 7,
gravity: 9.806,
},
];
export default GraphicSet;