space-game/bjsEditorPlugin/editorScripts
Michael Mainguy f73661c23b Add BabylonJS Editor plugin for level editing
Plugin features:
- Token-based authentication (user pastes token from website)
- Browse and load official levels
- Browse, load, and save personal levels
- Export current scene as level config JSON
- Import level config into Editor scene
- Editor script components for game objects (asteroid, ship, planet, etc.)
- Floating UI panel for quick access to tools
- Camera speed controls for editor navigation

Note: Uses public Supabase anon key (same as website client bundle)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 07:11:49 -06:00
..
AsteroidComponent.ts Add BabylonJS Editor plugin for level editing 2025-12-09 07:11:49 -06:00
BaseComponent.ts Add BabylonJS Editor plugin for level editing 2025-12-09 07:11:49 -06:00
PlanetComponent.ts Add BabylonJS Editor plugin for level editing 2025-12-09 07:11:49 -06:00
ShipComponent.ts Add BabylonJS Editor plugin for level editing 2025-12-09 07:11:49 -06:00
SunComponent.ts Add BabylonJS Editor plugin for level editing 2025-12-09 07:11:49 -06:00
TargetComponent.ts Add BabylonJS Editor plugin for level editing 2025-12-09 07:11:49 -06:00