game/map_editor/map_editor_menu.gd

8 lines
115 B
GDScript3
Raw Permalink Normal View History

class_name MapEditorMenu extends VBoxContainer
##
## Resets the state of the menu.
##
func reset() -> void:
pass