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",
"title": "1bit",
"colors": [
[ 0, 0, 0 ],
[ 255, 255, 255 ],
[ 0, 0, 0 ],
[ 255, 255, 255 ]
],
"size": 4096,
"size": 65536,
"hid": false,
"cli": 0,
"bcd": 2000,
"pcd": 2000,
"cds": 80000,
"ranked": false,
"req": 10000,
"cli": 2,
"bcd": 7000,
"bcd": 15000,
"cds": 1000000,
"ranked": true,
"req": 5000,
"sd": "2020-11-09",
"desc": "Black and White canvas"
}