mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 11:17:26 -04:00
fix bookmark image, loading msg
This commit is contained in:
parent
c858251dc8
commit
44f5bbeeb8
12 changed files with 116 additions and 19 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue