mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-05-07 05:51:36 +02:00
Fix error spam due to missing method.
This commit is contained in:
parent
9fb8e01314
commit
b181be5ddf
@ -68,4 +68,6 @@ func clear_actionbars() -> void:
|
|||||||
for c in children:
|
for c in children:
|
||||||
c.queue_free()
|
c.queue_free()
|
||||||
|
|
||||||
|
func on_changed() -> void:
|
||||||
|
#todo
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user