This commit is contained in:
2026-06-06 16:07:55 +02:00
parent 542e68d43d
commit dc2106f80d
7 changed files with 18 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ func _input(event: InputEvent) -> void:
zoom_tween.parallel().tween_property(camera, "fov", target_size, zoom_time)
if event.is_action_pressed("toggle_photo_mode"):
if get_tree().paused:
return
if not is_active:
GameState.on_enable_photo_mode_request.emit()
else: