chore: storing version and changelog

This commit is contained in:
BHSDuncan
2022-09-01 18:48:19 +00:00
parent 238b1d28f1
commit bc244d5c05
3 changed files with 8 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ func apply_settings() -> void:
self,
"******* settings loaded"
)
AudioServer.set_bus_volume_db(
AudioServer.get_bus_index(escoria.BUS_MASTER),
linear2db(
@@ -122,7 +122,7 @@ func load_settings():
+ "Setting default settings."
)
save_settings()
var settings: ESCSaveSettings = load(save_settings_path)
save_settings_resource_to_project_settings(settings)
@@ -132,7 +132,7 @@ func get_settings() -> ESCSaveSettings:
var plugin_config = ConfigFile.new()
plugin_config.load("res://addons/escoria-core/plugin.cfg")
settings.escoria_version = plugin_config.get_value("plugin", "version")
settings.text_lang = ESCProjectSettingsManager.get_setting(
ESCProjectSettingsManager.TEXT_LANG
)

View File

@@ -49,7 +49,7 @@ func _ready():
escoria.settings_manager.load_settings()
escoria.settings_manager.apply_settings()
escoria.room_manager.register_reserved_globals()
escoria.inputs_manager.register_core()
if ESCProjectSettingsManager.get_setting(