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

10 lines
218 B
GDScript3
Raw Permalink Normal View History

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