quality update and sound

This commit is contained in:
2024-01-26 18:28:18 +01:00
parent 6c30e59eaa
commit e31fd502ae
30 changed files with 232 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ func uncapture_mouse() -> void:
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
func _input(event: InputEvent) -> void:
if event.is_action_pressed("pause"):
if event.is_action_pressed("pause") && !get_tree().current_scene is MainMenu:
show_pause_menu()
func toggle_fullscreen() -> void: