mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
couple fixes, to do with minus world
This commit is contained in:
@@ -3,14 +3,24 @@
|
||||
"SMB1": {
|
||||
"default": {
|
||||
"source": "CastleFlag.png",
|
||||
"rect": [0, 0, 16, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"SMBANN": {
|
||||
"default": {
|
||||
"source": "CastleFlag.png",
|
||||
"rect": [16, 0, 16, 16]
|
||||
"rect": [
|
||||
16.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user