chore: Update CI Workflow and Add Dungeon Loading Test Script

- Modified the CI workflow to ensure the test script has the correct path for execution.
- Added a new script for testing dungeon room loading, which checks for torches, blocks, pits, and doors, and analyzes the log for errors.
- Enhanced the script with detailed output for successful loading and error detection, improving testing capabilities for dungeon features.
This commit is contained in:
scawful
2025-10-10 12:05:42 -04:00
parent f538775954
commit d124ab962f
3 changed files with 175 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env bash
# YAZE Collaboration Server Launcher
# Starts the WebSocket collaboration server for networked YAZE sessions
# https://github.com/scawful/yaze-server
set -e