ile-de-test/addons/waterways/gui/water_system_controls.gd

10 lines
218 B
GDScript3
Raw Normal View History

2023-10-05 18:02:23 +00:00
# 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