diff --git a/graphics/background-southpole.jpg b/graphics/background-southpole.jpg new file mode 100644 index 0000000..967d8c9 Binary files /dev/null and b/graphics/background-southpole.jpg differ diff --git a/graphics/tileset/southpole.png b/graphics/tileset/southpole.png new file mode 100644 index 0000000..b4d178f Binary files /dev/null and b/graphics/tileset/southpole.png differ diff --git a/js/GraphicSet.js b/js/GraphicSet.js index 25f7996..5d04975 100644 --- a/js/GraphicSet.js +++ b/js/GraphicSet.js @@ -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;