Nature 2.0 graphic set added

This commit is contained in:
Mal 2023-09-24 03:11:30 +02:00
parent 757382f34a
commit dfc2c5dcee
2 changed files with 10 additions and 0 deletions

BIN
graphics/tileset/nature.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -28,6 +28,16 @@ let GraphicSet = [
backgroundImage: null,
tilePreview: 1,
primaryTiles: 6,
},
{
name: 'Nature 2.0',
tileset: 'nature.png',
tiles: 48,
scale: 3,
backgroundColor: '#6096ff',
backgroundImage: null,
tilePreview: 5,
primaryTiles: 3,
}
];