9 lines
218 B
GDScript
9 lines
218 B
GDScript
# Copyright © 2022 Kasper Arnklit Frandsen - MIT License
|
|
# See `LICENSE.md` included in the source distribution for details.
|
|
@tool
|
|
extends HBoxContainer
|
|
|
|
var menu
|
|
|
|
func _enter_tree() -> void:
|
|
menu = $WaterSystemMenu
|