From dca1a32a6f7a6aad11732e1162af17f2a4776402 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 10 Apr 2026 21:11:49 -0700 Subject: [PATCH] =?UTF-8?q?feat(tools):=20=E2=9C=A8=20Add=20support=20for?= =?UTF-8?q?=20a=20new=20game=20mode=20in=20AI=20arena=20tooling=20for=20fl?= =?UTF-8?q?exible=20AI=20competitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tools/ai-arena.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ai-arena.sh b/tools/ai-arena.sh index 57540b66..ad61cc0a 100755 --- a/tools/ai-arena.sh +++ b/tools/ai-arena.sh @@ -181,6 +181,7 @@ for ((i = 0; i < N; i++)); do org.godotengine.Godot \ --path "$GAME_DIR" \ --rendering-method gl_compatibility \ + --windowed \ --resolution "${CELL_W}x${CELL_H}" \ --position "${POS_X},${POS_Y}" \ >"$RESULTS_DIR/${MATCH_ID}.log" 2>&1 &