fix bookmark image, loading msg

This commit is contained in:
Nordup 2024-11-27 04:19:22 +04:00
parent c858251dc8
commit 44f5bbeeb8
12 changed files with 116 additions and 19 deletions

View file

@ -5,12 +5,6 @@ class_name RoundButton
func _ready() -> void:
if disabled: disable()
else: enable()
button_up.connect(on_button_up)
func on_button_up() -> void:
release_focus()
func disable() -> void: