mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Merge pull request #311 from KirbyKid256/pulls/smbann-disco-peach
Saving Disco Peach & Fuji TV Network Flag
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"variations": {
|
"variations": {
|
||||||
"SMB1": {"source": "Peach.png", "rect": [16, 0, 16, 32]},
|
"SMB1": {"source": "Peach.png", "rect": [16, 0, 16, 32]},
|
||||||
"SMBLL": {"source": "Peach.png", "rect": [0, 0, 16, 32]}
|
"SMBLL": {"source": "Peach.png", "rect": [0, 0, 16, 32]},
|
||||||
|
"SMBANN": {"source": "DiscoNPCs.png", "rect": [128, 0, 16, 32]}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,10 +1,16 @@
|
|||||||
{
|
{
|
||||||
"variations":
|
"variations": {
|
||||||
{
|
"SMB1": {
|
||||||
"default":
|
"default": {
|
||||||
{
|
|
||||||
"source": "CastleFlag.png",
|
"source": "CastleFlag.png",
|
||||||
"rect": [0, 0, 16, 16]
|
"rect": [0, 0, 16, 16]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"SMBANN": {
|
||||||
|
"default": {
|
||||||
|
"source": "CastleFlag.png",
|
||||||
|
"rect": [16, 0, 16, 16]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 316 B |
Reference in New Issue
Block a user