Skip to content

Commit

Permalink
hide menus on start click
Browse files Browse the repository at this point in the history
  • Loading branch information
krazyjakee committed Sep 8, 2023
1 parent 412f157 commit 1472549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/nodot/scenes/menus/main_menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func _on_pressed():
var map: PackedScene = load(first_scene_path)
var map_instance = map.instantiate()
get_tree().root.add_child(map_instance)
menu_container.get_parent().hide_all()
"
[sub_resource type="GDScript" id="GDScript_1bk6e"]
Expand Down

0 comments on commit 1472549

Please sign in to comment.