2 Commits

Author SHA1 Message Date
52f5a204c4 Merge remote-tracking branch 'gitea/master' 2025-05-24 01:30:33 +02:00
60aad20b5e Refactor code for consistency and readability
- Updated import statements to use consistent formatting across files.
- Adjusted method definitions and class constructors for uniform spacing and style.
- Simplified promise handling and error messages in state handlers.
- Enhanced state transition logic in various state handlers.
- Improved quirk animation handling in WaitStateHandler.
- Streamlined animation loading and caching mechanisms in AnimationLoader.
- Updated Vite configuration for aliasing.
2025-05-24 01:30:28 +02:00

View File

@ -234,6 +234,7 @@ Documentation will be generated in the `docs/` directory.
- `npm run lint` - Run StandardJS linting
- `npm run lint:fix` - Fix StandardJS issues
- `npm run docs` - Generate JSDoc documentation
- `npm run format` - Format code with Prettier
## 🎮 Demo Controls