From 2cb2d3314c3e8c46be0f4f3e5a2b6915a103b34d Mon Sep 17 00:00:00 2001 From: tonydero Date: Mon, 21 Oct 2024 16:59:53 -0600 Subject: [PATCH] minor rename --- scripts/combat_ui_scene.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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