Added Death Counter to Custom Levels + Fixed castle bridge axe bonus sprites

This commit is contained in:
JHDev2006
2025-10-01 10:58:20 +01:00
parent fa4c1c711c
commit 51d81844d0
11 changed files with 308 additions and 267 deletions

View File

@@ -1,6 +1,10 @@
{
"variations": {
"SMB1": {"source": "ConveyorBelt.png"},
"SMBS": {"source": "ConveyorBeltSpecial.png"}
"SMB1": {
"source": "ConveyorBelt.png"
},
"SMBS": {
"source": "ConveyorBeltSpecial.png"
}
}
}
}

View File

@@ -1,6 +1,10 @@
{
"variations": {
"SMB1": {"source": "OnOffConveyorBelt.png"},
"SMBS": {"source": "OnOffConveyorBeltSpecial.png"}
"SMB1": {
"source": "OnOffConveyorBelt.png"
},
"SMBS": {
"source": "OnOffConveyorBeltSpecial.png"
}
}
}
}