Hides the GPs of inactive tracks for the frog minigame.

This commit is contained in:
Dylan Sarrazyn
2024-05-22 16:46:52 +02:00
parent 1f55523e89
commit 76cc283485
+1
View File
@@ -59,6 +59,7 @@ func _set_disabled(value: bool) -> void:
disabled = value
button.disabled = disabled
label.visible = !disabled
func _on_animation_player_animation_finished(anim_name: StringName) -> void: