New base menu template
This commit is contained in:
parent
545da7be1f
commit
f2cff37a22
12 changed files with 185 additions and 16 deletions
7
scripts/Base/close_button.gd
Normal file
7
scripts/Base/close_button.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends Button
|
||||
|
||||
@onready var menu = $"../../.."
|
||||
|
||||
func _on_button_up():
|
||||
menu.base.dock_leave()
|
||||
menu.queue_free()
|
||||
Loading…
Add table
Add a link
Reference in a new issue