Added upgrade system

This commit is contained in:
2024-05-10 20:47:29 +01:00
parent 099340f870
commit 1489d93ae6
38 changed files with 993 additions and 78 deletions

27
Levels/PLATFORM.json Normal file
View File

@@ -0,0 +1,27 @@
{
"background": "RedBoxes",
"data": [
" ",
" ",
" ",
" ",
"ggggggggggggg",
" Y g M g Y ",
" gW g g Wg ",
" g g g g ",
" g gR Bg g ",
" g g g g ",
" g Og gO g ",
" g g g g ",
" g g g g ",
" g g G g g ",
" g g g g ",
" gC Cg ",
" g Y g ",
" ggggggggggg "
],
"left": "FOCAL POINT",
"name": "PLATFORM",
"right": "SANDS OF TIME",
"tint": "FFFFFF"
}