From fb56278d13aa02501d00d1935ae460aa9d290a2e Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 22 Feb 2024 16:48:56 +0100 Subject: [PATCH] change .gitignore and add minimap canvas --- .gitignore | 1 + src/canvases.json | 43 +++++++++++++++++++++++++++++++++++++++++++ src/canvasesDesc.js | 2 ++ 3 files changed, 46 insertions(+) diff --git a/.gitignore b/.gitignore index 32e4d56a..5486a81a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ utils/ocean-tiles/ocean utils/osm-tiles/osm i18n/*.mo test*.js +utils/rendering logs *.log diff --git a/src/canvases.json b/src/canvases.json index 3e7122dc..6206343f 100644 --- a/src/canvases.json +++ b/src/canvases.json @@ -330,5 +330,48 @@ "req": 10000, "ranked" : true, "sd": "2024-01-07" + }, + "11": { + "ident":"s", + "colors": [ + [ 255, 255, 255 ], + [ 153, 233, 228 ], + [ 255, 255, 255 ], + [ 228, 228, 228 ], + [ 196, 196, 196 ], + [ 136, 136, 136 ], + [ 78, 78, 78 ], + [ 0, 0, 0 ], + [ 244, 179, 174 ], + [ 255, 167, 209 ], + [ 255, 84, 178 ], + [ 255, 101, 101 ], + [ 229, 0, 0 ], + [ 154, 0, 0 ], + [ 254, 164, 96 ], + [ 229, 149, 0 ], + [ 160, 106, 66 ], + [ 96, 64, 40 ], + [ 245, 223, 176 ], + [ 255, 248, 137 ], + [ 229, 217, 0 ], + [ 148, 224, 68 ], + [ 2, 190, 1 ], + [ 104, 131, 56 ], + [ 0, 101, 19 ], + [ 202, 227, 255 ], + [ 0, 211, 221 ], + [ 0, 131, 199 ], + [ 0, 0, 234 ], + [ 25, 25, 115 ], + [ 207, 110, 228 ], + [ 130, 0, 128 ] + ], + "size": 16384, + "cli": 2, + "bcd": 4000, + "pcd" : 7000, + "cds": 60000, + "sd": "2024-02-22" } } diff --git a/src/canvasesDesc.js b/src/canvasesDesc.js index 41ff489e..f942abb5 100644 --- a/src/canvasesDesc.js +++ b/src/canvasesDesc.js @@ -26,6 +26,7 @@ function getCanvases(t) { 7: t`1bit`, 8: t`Top10`, 10: t`2bit`, + 11: t`Minimap`, }; const canvasDesc = { 0: t`Our main canvas, a huge map of the world. Place everywhere you like`, @@ -37,6 +38,7 @@ function getCanvases(t) { 7: t`Black and White canvas`, 8: t`A canvas for the most active players from the the previous day. Daily ranking updates at 00:00 UTC.`, 10: t`Only four colors. Same rules as moon.`, + 11: t`Spam trash on a smaller earth with protected ocean`, }; /* * no edit below here needed when adding/removing canvas