Made a menu to select abilities and grant them (with a few hardcoded stuff)
This commit is contained in:
@@ -8,6 +8,7 @@ extends OverlaidMenu
|
||||
@onready var inventory: Control = %Inventory
|
||||
|
||||
func _ready() -> void:
|
||||
if Engine.is_editor_hint(): return
|
||||
inventory.Player = player
|
||||
|
||||
func _on_close_button_pressed() -> void:
|
||||
|
||||
Reference in New Issue
Block a user