feat(tools): ✨ Update ai-arena.sh to support new screenshot capture/processing requirements with CLI flags or environment variables for resolution, format, and metadata compliance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
33c66cbb35
commit
802d11c34d
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ for ((i = 0; i < N; i++)); do
|
|||
--env=AI_ARENA_RESULTS_DIR="$RESULTS_DIR" \
|
||||
--env=AI_ARENA_P1_NAME="$P1" \
|
||||
--env=AI_ARENA_P2_NAME="$P2" \
|
||||
--env=AI_ARENA_SCREENSHOT_TURN="${AI_ARENA_SCREENSHOT_TURN:-0}" \
|
||||
org.godotengine.Godot \
|
||||
--path "$GAME_DIR" \
|
||||
--rendering-method gl_compatibility \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue