2024-01-26 20:00:32 +00:00
|
|
|
# Copyright © 2023 Kasper Arnklit Frandsen - MIT License
|
2023-10-05 18:02:23 +00:00
|
|
|
# See `LICENSE.md` included in the source distribution for details.
|
|
|
|
@tool
|
|
|
|
extends HBoxContainer
|
|
|
|
|
|
|
|
var menu
|
|
|
|
|
|
|
|
func _enter_tree() -> void:
|
|
|
|
menu = $WaterSystemMenu
|