change .gitignore and add minimap canvas

This commit is contained in:
HF 2024-02-22 16:48:56 +01:00
parent e2ee700a76
commit fb56278d13
3 changed files with 46 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ utils/ocean-tiles/ocean
utils/osm-tiles/osm
i18n/*.mo
test*.js
utils/rendering
logs
*.log

View File

@ -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"
}
}

View File

@ -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