Fixed invisible blocks being dark in dark backgrounded themes

This commit is contained in:
JHDev2006
2025-09-21 12:43:21 +01:00
parent 7f6f2dfaa6
commit aab862703f
4 changed files with 2734 additions and 2726 deletions

View File

@@ -13,14 +13,12 @@
16.0
]
},
"Castle": {
"source": "InvisibleBlock.png",
"rect": [
16.0,
0.0,
16.0,
16.0
]
}
"Castle": {"link": "Underground"},
"GhostHouse": {"link": "Underground"},
"Volcano": {"link": "Underground"},
"Bonus": {"link": "Underground"},
"Jungle": {"link": "Underground"},
"Space": {"link": "Underground"}
}
}

View File

@@ -0,0 +1,24 @@
{
"variations": {
"default": {
"Day": {"source": "BillCannon.png", "rect": [0, 0, 16, 16]},
"Night": {"source": "BillCannon.png", "rect": [16, 0, 16, 16]}
},
"Underground": {
"source": "BillCannon.png",
"rect": [
16.0,
0.0,
16.0,
16.0
]
},
"Castle": {"link": "Underground"},
"GhostHouse": {"link": "Underground"},
"Volcano": {"link": "Underground"},
"Bonus": {"link": "Underground"},
"Jungle": {"link": "Underground"},
"Space": {"link": "Underground"}
}
}