feat: Support for Escoria and Game migrations (#473)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-12-01 15:00:19 +01:00
committed by GitHub
parent 4d38c0f770
commit b5d5217aa4
11 changed files with 311 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
extends ESCMigration
func migrate():
self._savegame.globals["test"] = "testb"

View File

@@ -0,0 +1,5 @@
extends ESCMigration
func migrate():
self._savegame.globals["test"] = "testc"