feat(tools): ✨ Add support for a new game mode in AI arena tooling for flexible AI competitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
aeeaf568fb
commit
dca1a32a6f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue