Checked all FIXMEs and TODOs (#353)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
Dennis Ploeger
2021-08-02 21:23:57 +02:00
committed by GitHub
parent 90f880d090
commit 56bf96da8c
26 changed files with 66 additions and 198 deletions

View File

@@ -244,7 +244,6 @@ func do(action: String, params: Array = []) -> void:
# Event handler when an object/item was clicked
# FIXME this method is way to complex
#
# #### Parameters
#
@@ -375,8 +374,6 @@ func _on_settings_loaded(p_settings: ESCSaveSettings) -> void:
else:
settings = ESCSaveSettings.new()
# TODO Apply globally
# AudioServer.set_fx_global_volume_scale(settings.sfx_volume)
AudioServer.set_bus_volume_db(
AudioServer.get_bus_index("Master"),
linear2db(settings.master_volume)