couple fixes, to do with minus world

This commit is contained in:
JHDev2006
2025-09-26 20:46:39 +01:00
parent 659e9f3ce8
commit 786a81a7b8
5 changed files with 220 additions and 43 deletions

View File

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