30 lines
434 B
JSON
30 lines
434 B
JSON
{
|
|
"I": {
|
|
"shape": "xxxx",
|
|
"color": "#55ffff"
|
|
},
|
|
"J": {
|
|
"shape": "x--\nxxx",
|
|
"color": "#0000ff"
|
|
},
|
|
"L": {
|
|
"shape": "--x\nxxx",
|
|
"color": "#ff5500"
|
|
},
|
|
"O": {
|
|
"shape": "xx\nxx",
|
|
"color": "#ffff00"
|
|
},
|
|
"S": {
|
|
"shape": "-xx\nxx-",
|
|
"color": "#00ff00"
|
|
},
|
|
"T": {
|
|
"shape": "-x-\nxxx",
|
|
"color": "#ff00ff"
|
|
},
|
|
"Z": {
|
|
"shape": "xx-\n-xx",
|
|
"color": "#aa0000"
|
|
}
|
|
}
|