mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
7 lines
200 B
GDScript
7 lines
200 B
GDScript
extends PanelContainer
|
|
|
|
export(NodePath) var actionbar_set_default_button_path : NodePath
|
|
|
|
func set_player(p_player: Entity) -> void:
|
|
get_node(actionbar_set_default_button_path).set_player(p_player)
|