Work on exports and some fixes to sound and multiplayer functions

This commit is contained in:
2026-01-09 06:53:37 -05:00
parent ec02685065
commit d5ff05ae75
11 changed files with 156 additions and 11 deletions

View File

@@ -68,7 +68,7 @@ func _process(delta: float) -> void:
switch_sound.play()
switch_menu(wrapi(menu_choice + menu_dir, 0, len(menu_list)))
if Input.is_action_just_pressed("ui_accept"):
Game.switch_scene(menu_list[menu_choice].scene)
Game.switch_scene(menu_list[menu_choice].scene, false)
func switch_menu(new_choice : int) -> void: