diff --git a/src/canvases.json b/src/canvases.json index 2a354928..3e7122dc 100644 --- a/src/canvases.json +++ b/src/canvases.json @@ -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": [ diff --git a/src/canvasesDesc.js b/src/canvasesDesc.js index 0f80a9e6..41ff489e 100644 --- a/src/canvasesDesc.js +++ b/src/canvasesDesc.js @@ -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.`, }; /*