mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
Added Death Counter to Custom Levels + Fixed castle bridge axe bonus sprites
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "ConveyorBelt.png"},
|
||||
"SMBS": {"source": "ConveyorBeltSpecial.png"}
|
||||
"SMB1": {
|
||||
"source": "ConveyorBelt.png"
|
||||
},
|
||||
"SMBS": {
|
||||
"source": "ConveyorBeltSpecial.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "OnOffConveyorBelt.png"},
|
||||
"SMBS": {"source": "OnOffConveyorBeltSpecial.png"}
|
||||
"SMB1": {
|
||||
"source": "OnOffConveyorBelt.png"
|
||||
},
|
||||
"SMBS": {
|
||||
"source": "OnOffConveyorBeltSpecial.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 352 B |
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"variations": {
|
||||
"default": {
|
||||
"Day": {"source": "Liquids.png"},
|
||||
"Night": {"source": "NightLiquids.png"}
|
||||
"Day": {
|
||||
"source": "Liquids.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "NightLiquids.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user