Add ESCLocation node (#323)

Fixes #306
This commit is contained in:
Julian Murgia
2021-07-15 09:42:22 +02:00
committed by GitHub
parent 958c8b441b
commit 43dc217359
15 changed files with 142 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ func initialize_options(p_settings):
$options/music_volume.value = p_settings["music_volume"]
func greyout_other_languages(except_lang: String) -> void:
func greyout_other_languages(_except_lang: String) -> void:
pass