minor rename

This commit is contained in:
tonydero 2024-10-21 16:59:53 -06:00
parent 3b408829d1
commit 2cb2d3314c

View File

@ -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