space-game/src/components/editor
Michael Mainguy 496bb50095 Add target positions for asteroid orbit and movement
Adds configurable target positions that asteroids can reference:
- Orbit mode: asteroid maintains fixed distance to target via constraint
- MoveToward mode: asteroid velocity redirected toward target

Includes level editor UI for managing targets and asteroid assignments.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:47:58 -06:00
..
AsteroidListEditor.svelte Add target positions for asteroid orbit and movement 2025-12-02 16:47:58 -06:00
BaseConfigEditor.svelte Update rendering and add level editor components 2025-12-02 12:50:12 -06:00
LevelConfigEditor.svelte Add target positions for asteroid orbit and movement 2025-12-02 16:47:58 -06:00
LevelEditForm.svelte Update rendering and add level editor components 2025-12-02 12:50:12 -06:00
LevelEditor.svelte Add level editor for superadmins 2025-12-01 19:57:48 -06:00
PlanetListEditor.svelte Update rendering and add level editor components 2025-12-02 12:50:12 -06:00
ShipConfigEditor.svelte Update rendering and add level editor components 2025-12-02 12:50:12 -06:00
StarfieldConfigEditor.svelte Add sun and starfield config to level config schema 2025-12-02 15:41:20 -06:00
SunConfigEditor.svelte Add sun and starfield config to level config schema 2025-12-02 15:41:20 -06:00
TargetListEditor.svelte Add target positions for asteroid orbit and movement 2025-12-02 16:47:58 -06:00
Vector3Input.svelte Update rendering and add level editor components 2025-12-02 12:50:12 -06:00