diff --git a/Resources/Locale/locale.de.translation b/Resources/Locale/locale.de.translation index bab890c..2792f31 100644 Binary files a/Resources/Locale/locale.de.translation and b/Resources/Locale/locale.de.translation differ diff --git a/Resources/Locale/locale.en.translation b/Resources/Locale/locale.en.translation index eeea1e2..02d8335 100644 Binary files a/Resources/Locale/locale.en.translation and b/Resources/Locale/locale.en.translation differ diff --git a/Resources/Locale/locale.es.translation b/Resources/Locale/locale.es.translation index 8cc2962..fcdeb9c 100644 Binary files a/Resources/Locale/locale.es.translation and b/Resources/Locale/locale.es.translation differ diff --git a/Resources/Locale/locale.fil.translation b/Resources/Locale/locale.fil.translation index b6a1832..bb998c0 100644 Binary files a/Resources/Locale/locale.fil.translation and b/Resources/Locale/locale.fil.translation differ diff --git a/Resources/Locale/locale.fr.translation b/Resources/Locale/locale.fr.translation index ea98e32..dfc9e2c 100644 Binary files a/Resources/Locale/locale.fr.translation and b/Resources/Locale/locale.fr.translation differ diff --git a/Resources/Locale/locale.ga.translation b/Resources/Locale/locale.ga.translation index c98fdf2..35a04ce 100644 Binary files a/Resources/Locale/locale.ga.translation and b/Resources/Locale/locale.ga.translation differ diff --git a/Resources/Locale/locale.id.translation b/Resources/Locale/locale.id.translation index 43f21b6..d7b4605 100644 Binary files a/Resources/Locale/locale.id.translation and b/Resources/Locale/locale.id.translation differ diff --git a/Resources/Locale/locale.it.translation b/Resources/Locale/locale.it.translation index c033a0d..df44331 100644 Binary files a/Resources/Locale/locale.it.translation and b/Resources/Locale/locale.it.translation differ diff --git a/Resources/Locale/locale.jp.translation b/Resources/Locale/locale.jp.translation index fc03814..d1adc9f 100644 Binary files a/Resources/Locale/locale.jp.translation and b/Resources/Locale/locale.jp.translation differ diff --git a/Resources/Locale/locale.pl.translation b/Resources/Locale/locale.pl.translation index 33def13..6cf8aac 100644 Binary files a/Resources/Locale/locale.pl.translation and b/Resources/Locale/locale.pl.translation differ diff --git a/Resources/Locale/locale.pt.translation b/Resources/Locale/locale.pt.translation index 76d5e6e..fd69129 100644 Binary files a/Resources/Locale/locale.pt.translation and b/Resources/Locale/locale.pt.translation differ diff --git a/Resources/Locale/locale.ru.translation b/Resources/Locale/locale.ru.translation index 7cc9a7a..620358b 100644 Binary files a/Resources/Locale/locale.ru.translation and b/Resources/Locale/locale.ru.translation differ diff --git a/Resources/Locale/locale.tr.translation b/Resources/Locale/locale.tr.translation index a4aa5ae..233034c 100644 Binary files a/Resources/Locale/locale.tr.translation and b/Resources/Locale/locale.tr.translation differ diff --git a/Scripts/Classes/UI/GameHUD.gd b/Scripts/Classes/UI/GameHUD.gd index 65c04a7..2cf668f 100644 --- a/Scripts/Classes/UI/GameHUD.gd +++ b/Scripts/Classes/UI/GameHUD.gd @@ -49,8 +49,8 @@ func handle_main_hud() -> void: world_num = ["A", "B", "C", "D"][int(world_num) % 10] elif int(world_num) < 1: world_num = " " - else: - print(Global.world_num) +# else: +# print(Global.world_num) %LevelNum.text = world_num + "-" + str(Global.level_num) %Crown.visible = Global.second_quest %Time.text = " " + str(Global.time).pad_zeros(3) @@ -135,7 +135,7 @@ func handle_yoshi_radar() -> void: break %Radar.frame = Global.level_num %ModernRadar.frame = Global.level_num - if has_egg == false or ChallengeModeHandler.is_coin_collected(5): + if has_egg == false or ChallengeModeHandler.is_coin_collected(ChallengeModeHandler.CoinValues.YOSHI_EGG): %Radar.get_node("AnimationPlayer").play("RESET") %ModernRadar.get_node("AnimationPlayer").play("RESET") return