mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Fixed invisible blocks being dark in dark backgrounded themes
This commit is contained in:
24
Assets/Sprites/Editor/BillCannonIcon.json
Normal file
24
Assets/Sprites/Editor/BillCannonIcon.json
Normal 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"}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user