Graphic set preview icons can now be specified

This commit is contained in:
Mal
2023-09-27 22:05:06 +02:00
parent d41f7eaeed
commit feb3f9c844
4 changed files with 17 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ let GraphicSet = [
backgroundImage: null,
tilePreview: 5,
primaryTiles: 8,
gravity: 2,
},
{
name: 'Moon',
@@ -18,6 +19,7 @@ let GraphicSet = [
backgroundImage: 'background_earth.jpg',
tilePreview: 1,
primaryTiles: 2,
gravity: 0.5,
},
{
name: 'Death Star',
@@ -26,8 +28,9 @@ let GraphicSet = [
scale: 1,
backgroundColor: '#171721',
backgroundImage: null,
tilePreview: 1,
tilePreview: 3,
primaryTiles: 6,
gravity: 2,
},
{
name: 'Nature 2.0',
@@ -36,8 +39,9 @@ let GraphicSet = [
scale: 3,
backgroundColor: '#6096ff',
backgroundImage: null,
tilePreview: 5,
tilePreview: 46,
primaryTiles: 3,
gravity: 2,
}
];