minor rename
This commit is contained in:
parent
3b408829d1
commit
2cb2d3314c
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user