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

@@ -177,6 +177,15 @@ func set_escoria_main_settings():
"hint": PROPERTY_HINT_DIR
}
)
escoria.register_setting(
"escoria/main/game_migration_path",
"",
{
"type": TYPE_STRING,
"hint": PROPERTY_HINT_DIR
}
)
# Prepare the settings in the Escoria debug category