v2.3.0: updated version info, removed support for saves prior to v1.4.3

This commit is contained in:
Evan Debenham
2023-11-13 14:57:55 -05:00
parent aded03d7a6
commit 7a49a1b887
16 changed files with 19 additions and 104 deletions

View File

@@ -521,6 +521,7 @@ public class Bundle {
try {
json = new JSONTokener(jsonString).nextValue();
} catch (Exception e){
//TODO support for v1.1.X saves has been dropped, can probably remove this soon
//if the string can't be tokenized, it may be written by v1.1.X, which used libGDX JSON.
// Some of these are written in a 'minified' format, some have duplicate keys.
// We read them in with the libGDX JSON code, fix duplicates, write as full JSON