orbit/js/ui
Brian Fertig 2cbd8e8962 Add compass autopilot: clicking a name tag sends the ship to that world
- DiscoveryCompass name tags are now interactive buttons with hover/press feedback; firing onSelect hands the target id to the scene, which retargets the ship via GameScene.autopilotTo (aim at the keep-out rim on the approach side).
- Compass layout reserves the command-deck strip (reserveBottom) so chips/arrows are never buried under the deck.
- Click-to-fly now ignores clicks that land on a compass chip (DiscoveryCompass.contains), keeping autopilot and fly-here from colliding.
- Tests cover the chip hit test, onSelect seam, and reserveBottom clamping; docs updated to describe the new autopilot behavior.
2026-09-03 20:59:43 -06:00
..
ActionBar.js Add CRT scanlines and RGB pull-apart to the command deck 2026-09-03 20:42:33 -06:00
CyberShape.js
DiscoveryCompass.js Add compass autopilot: clicking a name tag sends the ship to that world 2026-09-03 20:59:43 -06:00
GlitchText.js
MenuButton.js