Changed the way Pixelorama's version is being split when loading a .pxo file

The old way weren't causing any issues, but it would have caused with double-digit version numbers. Also fixed backwards compatibility issue with 0.6.2 and previous versions.
This commit is contained in:
OverloadedOrama 2020-05-09 22:58:09 +03:00
parent 7dbea9c0b0
commit e1142212fd
2 changed files with 21 additions and 7 deletions

View file

@ -53,7 +53,7 @@ boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )
config/icon="res://assets/graphics/icons/icon.png"
config/macos_native_icon="res://assets/graphics/icons/icon.icns"
config/windows_native_icon="res://assets/graphics/icons/icon.ico"
config/Version="v0.7"
config/Version="v0.7-rc2"
[autoload]