change 1bit canvas size and cooldown

This commit is contained in:
HF 2020-12-29 23:20:10 +01:00
parent 527e925dd2
commit b77cc5e21f

View File

@ -280,17 +280,19 @@
"ident": "w", "ident": "w",
"title": "1bit", "title": "1bit",
"colors": [ "colors": [
[ 0, 0, 0 ],
[ 255, 255, 255 ],
[ 0, 0, 0 ], [ 0, 0, 0 ],
[ 255, 255, 255 ] [ 255, 255, 255 ]
], ],
"size": 4096, "size": 65536,
"hid": false, "hid": false,
"cli": 0, "cli": 2,
"bcd": 2000, "bcd": 7000,
"pcd": 2000, "bcd": 15000,
"cds": 80000, "cds": 1000000,
"ranked": false, "ranked": true,
"req": 10000, "req": 5000,
"sd": "2020-11-09", "sd": "2020-11-09",
"desc": "Black and White canvas" "desc": "Black and White canvas"
} }