Files
Dunkanoid/Levels/DUNKANOID.json
Matt Jenkins 81d8e14746 Added pause and mute.
Improved fonts and font scaling
Added level editor
2024-05-05 22:36:32 +01:00

26 lines
490 B
JSON

{
"background": "BlueSlash",
"data": [
" ",
" ",
"sssssssssssss",
"YYYBYYsCCRCCC",
"YYBBYYsCCRRCC",
"YBBBBBsRRRRRC",
"BBBBBBsRRRRRR",
"YBBBBBsRRRRRC",
"YYBBYYsCCRRCC",
"YYYBYYsCCRCCC",
"ssisssssssiss",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"left": "RAINBOW",
"name": "DUNKANOID",
"right": "CUBISM"
}