Merge pull request 'Remove Thoia canvas' (#2) from sallbet/pixelplanetdev-fork:canvases into master

Reviewed-on: ppfun/pixelplanetdev#2
This commit is contained in:
hf 2024-02-16 22:59:48 +00:00
commit d2aecf365b
2 changed files with 0 additions and 57 deletions

View File

@ -313,61 +313,6 @@
"req": "top",
"sd": "2022-01-06"
},
"9": {
"ident": "e",
"colors": [
[ 255, 255, 255 ],
[ 163, 198, 238 ],
[ 255, 255, 255 ],
[ 221, 221, 221 ],
[ 172, 172, 172 ],
[ 109, 109, 109 ],
[ 58, 58, 58 ],
[ 0, 0, 0 ],
[ 255, 125, 120 ],
[ 255, 40, 40 ],
[ 191, 6, 6 ],
[ 127, 0, 0 ],
[ 163, 198, 238 ],
[ 0, 255, 240 ],
[ 18, 190, 255 ],
[ 0, 127, 240 ],
[ 16, 68, 194 ],
[ 17, 17, 84 ],
[ 167, 237, 0 ],
[ 69, 171, 5 ],
[ 79, 105, 32 ],
[ 0, 79, 13 ],
[ 109, 247, 177 ],
[ 0, 193, 154 ],
[ 0, 118, 127 ],
[ 172, 104, 39 ],
[ 114, 69, 36 ],
[ 84, 50, 24 ],
[ 255, 245, 92 ],
[ 255, 218, 8 ],
[ 227, 170, 0 ],
[ 255, 182, 113 ],
[ 255, 154, 8 ],
[ 222, 108, 0 ],
[ 230, 116, 255 ],
[ 191, 56, 222 ],
[ 136, 21, 178 ],
[ 73, 13, 119 ],
[ 255, 116, 225 ],
[ 255, 34, 169 ],
[ 172, 0, 109 ],
[ 252, 225, 184 ],
[ 213, 162, 115 ],
[ 152, 107, 70 ]
],
"cli": 2,
"size": 16384,
"bcd": 5000,
"cds": 600000,
"req": 500000,
"sd": "2023-10-07"
},
"10": {
"ident": "l",
"colors": [

View File

@ -25,7 +25,6 @@ function getCanvases(t) {
6: t`PixelCanvas`,
7: t`1bit`,
8: t`Top10`,
9: t`Thoia`,
10: t`2bit`,
};
const canvasDesc = {
@ -37,7 +36,6 @@ function getCanvases(t) {
6: t`Mirror of PixelCanvas`,
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.`,
9: t`Thoia World Canvas. Advanced fictional worldbuilding and arts. Abandon the old world and all it entails.`,
10: t`Only four colors. Same rules as moon.`,
};
/*