chore(tools): 🔧 Update screenshot.sh script with improved automation options and error handling

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 22:48:48 -07:00
parent a1c72d97e7
commit db7dea5e8a

View file

@ -31,6 +31,7 @@ timeout 60 flatpak run --user \
--env=SCREENSHOT_OVERLAY="${SCREENSHOT_OVERLAY:-}" \
--env=FORCE_DISABLE_FOGOFWAR="true" \
org.godotengine.Godot \
--path "$PROJECT_DIR/src/game" \
--rendering-method gl_compatibility \
--fixed-fps 10 2>&1 | tee /tmp/godot_screenshot_log.txt || true