Commit Graph

2 Commits

Author SHA1 Message Date
Christian Semmler
eed65faeac
Use Node.js built-in parseArgs for CLI argument parsing (#17)
Replace manual argument parsing with util.parseArgs() API.
2026-02-03 01:37:08 +01:00
Christian Semmler
8f374561e5
Add prepare:assets script for game asset setup (#11)
Some checks are pending
Build / build (push) Waiting to run
Add a Node.js script that sets up LEGO Island game assets via symlinks:
- Accepts source path interactively or via --path/-p flag
- Case-insensitive file matching for cross-platform compatibility
- Validates all required files before making changes
- Supports optional extra/ and textures/ folders
- Includes --force/-f flag to skip deletion confirmation

Updates README with new setup step and script documentation.
2026-01-31 20:14:44 +01:00