Io graphics set added

This commit is contained in:
Mal
2024-08-01 15:32:53 +02:00
parent 3d4235766d
commit 558cc6119c
5 changed files with 40 additions and 2 deletions

View File

@@ -42,6 +42,17 @@ let GraphicSet = [
tilePreview: 46,
primaryTiles: 3,
gravity: 2,
},
{
name: 'Io',
tileset: 'io.png',
tiles: 96,
scale: 1,
backgroundColor: '#000000',
backgroundImage: 'background_jupiter.jpg',
tilePreview: 2,
primaryTiles: 6,
gravity: 0.5,
}
];