diff --git a/scripts/combat_ui_scene.gd b/scripts/combat_ui_scene.gd index 1838466..cc5dff9 100644 --- a/scripts/combat_ui_scene.gd +++ b/scripts/combat_ui_scene.gd @@ -25,7 +25,7 @@ func _ready() -> void: func _process(_delta: float) -> void: # deltaCount += 1 if canContinue: - _continue_show() + _continue_button_show() func _create_area() -> void: @@ -46,7 +46,7 @@ func _on_button_exit_pressed() -> void: get_tree().quit() -func _continue_show() -> void: +func _continue_button_show() -> void: %UITop/ContinueButton.modulate.a += 0.05