space-game/gameEditor/project.bjseditor
Michael Mainguy 4c9e1f65c0 Add BabylonJS Editor workspace boilerplate
Includes:
- Editor project configuration and cache files
- Sample scene with example meshes and geometries
- Asset files (asteroid, base GLB models, environment map)
- Vite/TypeScript configuration for editor preview
- Editor script components for game objects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 07:49:00 -06:00

13 lines
336 B
Plaintext

{
"plugins": [
{
"nameOrPath": "/Users/michaelmainguy/WebstormProjects/space-game/bjsEditorPlugin/dist"
}
],
"version": "5.2.4",
"packageManager": "npm",
"lastOpenedScene": "/assets/example.scene",
"compressedTexturesEnabled": false,
"compressedTexturesEnabledInPreview": false
}