mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
BowserBro palettes and slight Bowser file clean-up (#636)
* Different world palettes for BowserBro, and slight optimization to Bowser. BowserBro still will not use Bowser's green palette in any of the areas where the game would genuinely use the green palette, but he will follow the rules of other non-green palette areas so he has more consistency in those areas. * BowserBro palette and sprite now correctly set. * Fix Bowser.png
This commit is contained in:
parent
fbe86af2cd
commit
f04b20e5b8
6 changed files with 52 additions and 22 deletions
|
|
@ -74,15 +74,6 @@
|
|||
}
|
||||
},
|
||||
"variations": {
|
||||
"Overworld": {
|
||||
"source": "Bowser.png",
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"default": {
|
||||
"source": "Bowser.png",
|
||||
"rect": [
|
||||
|
|
@ -93,4 +84,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 806 B After Width: | Height: | Size: 697 B |
|
|
@ -74,15 +74,6 @@
|
|||
}
|
||||
},
|
||||
"variations": {
|
||||
"Overworld": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"default": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
|
|
@ -91,6 +82,54 @@
|
|||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"Underwater": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
96.0,
|
||||
0.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"CastleWater": {
|
||||
"link": "Underwater"
|
||||
},
|
||||
"Snow": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
192.0,
|
||||
0.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"Space": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
0.0,
|
||||
96.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"Volcano": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
96.0,
|
||||
96.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"Bonus": {
|
||||
"source": "BowsersBro.png",
|
||||
"rect": [
|
||||
192.0,
|
||||
96.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 825 B After Width: | Height: | Size: 2.3 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue