diff --git a/graphics/tileset/nature.png b/graphics/tileset/nature.png new file mode 100644 index 0000000..53e5099 Binary files /dev/null and b/graphics/tileset/nature.png differ diff --git a/js/GraphicSet.js b/js/GraphicSet.js index b1845cd..a8c29d3 100644 --- a/js/GraphicSet.js +++ b/js/GraphicSet.js @@ -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, } ];