Added pause and mute.

Improved fonts and font scaling
Added level editor
This commit is contained in:
2024-05-05 22:36:32 +01:00
parent fef3ae9d8e
commit 81d8e14746
355 changed files with 3231 additions and 5428 deletions

26
Levels/CUBISM.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background": "RedBoxes",
"data": [
" ",
" ",
"WWOOCCgGGRRBB",
"WWOOCCgGGRRBB",
"OOCCGGgRRBBMM",
"OOCCGGgRRBBMM",
"CCGGRRgBBMMYY",
"CCGGRRgBBMMYY",
"GGRRBBgMMYYWW",
"GGRRBBgMMYYWW",
"RRBBMMgYYWWOO",
"RRBBMMgYYWWOO",
"BBMMYYgWWOOCC",
"BBMMYYgWWOOCC",
"MMYYWWgOOCCGG",
"MMYYWWgOOCCGG",
" ",
" "
],
"left": "TOWER",
"name": "CUBISM",
"right": "SNOWCAP"
}

26
Levels/DUNKANOID.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background": "BlueSlash",
"data": [
" ",
" ",
"sssssssssssss",
"YYYBYYsCCRCCC",
"YYBBYYsCCRRCC",
"YBBBBBsRRRRRC",
"BBBBBBsRRRRRR",
"YBBBBBsRRRRRC",
"YYBBYYsCCRRCC",
"YYYBYYsCCRCCC",
"ssisssssssiss",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"left": "RAINBOW",
"name": "DUNKANOID",
"right": "CUBISM"
}

26
Levels/NOTFOUND.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background": "RedBoxes",
"data": [
" ",
" ",
"iii ii ii ",
"i i i i i ",
"ii ii ii ",
"i i i i i ",
"iii i i i i ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"left": "DUNKANOID",
"name": "NOTFOUND",
"right": "DUNKANOID"
}

26
Levels/RAINBOW.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background": "RedBoxes",
"data": [
" ",
" ",
" RRRRR ",
" RRRRRRR ",
" RROOOOORR ",
" RROOOOORR ",
" RROOYYYOORR ",
" ROOYBBBYOOR ",
" ROYBBBBBYOR ",
"RROYB BYORR",
"ROYBg gBYOR",
"ROYB BYOR",
"ROYB BYOR",
"ROYB BYOR",
"ROYB BYOR",
"ROYB BYOR",
"sssss s sssss",
" "
],
"left": "TOWER",
"name": "RAINBOW",
"right": "SNOWCAP"
}

26
Levels/SNOWCAP.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background": "RedBoxes",
"data": [
" ",
" ",
" WWWWW ",
" ggggg ",
" ",
" WWWWWWWWW ",
" ggggggggg ",
" ",
" WWWWWWWWWWW ",
" ggggggggggg ",
" ",
" WWWWWWWWW ",
" ggggggggg ",
" ",
" WWWWWWW ",
" ggggggg ",
" ",
" "
],
"left": "DUNKANOID",
"name": "SNOWCAP",
"right": "DUNKANOID"
}

26
Levels/TOWER.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background": "RedBoxes",
"data": [
" ",
" ",
" ",
" ",
" sss ",
" CCC ",
" GGG ",
" RRR ",
" BBB ",
" MMM ",
" sss ",
" ",
" g g g ",
" ",
" ",
" ",
" ",
" "
],
"left": "DUNKANOID",
"name": "TOWER",
"right": "DUNKANOID"
}