Merge pull request #311 from KirbyKid256/pulls/smbann-disco-peach

Saving Disco Peach & Fuji TV Network Flag
This commit is contained in:
Joe H
2025-09-21 12:32:12 +01:00
committed by GitHub
3 changed files with 12 additions and 5 deletions

View File

@@ -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]}
} }
} }

View File

@@ -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