orbit/js/ui
Brian Fertig 94cc87a177 Fix map tooltip ghosting by parenting it to the window container
- ttPlate/ttName/ttSub/ttHint were created as bare scene objects at depth 5, so they painted behind the map window (depth 80) and were never hidden on close, leaving a lingering "TAP TO PLOT COURSE" button on the world
- Add them to the ttCont container (which is inside MapWindow) so they paint with the window, fade with its close tween, and hide with ttCont
- Add dev/map-click.html + dev/map-click.mjs regression harness that opens the map, hovers/clicks a discovered object, verifies autopilot targeting, and checks no tooltip lingers after close
- Add rocky-surface-02.png asset
2026-09-07 08:35:53 -06:00
..
ActionBar.js Add MAP console with system chart and fog-of-war 2026-09-06 23:43:35 -06:00
BuildWindow.js
CommsPanel.js Add gate comm window and sprite-based jump gate rendering 2026-09-06 20:26:06 -06:00
ConfirmOverlay.js
CyberShape.js
DiscoveryCompass.js
GlitchText.js
MapWindow.js Fix map tooltip ghosting by parenting it to the window container 2026-09-07 08:35:53 -06:00
MenuButton.js
MenuSubBar.js
MineralHud.js
MiningPopup.js
ResearchWindow.js
SavePanel.js
SignalCompass.js
SlotCard.js
Toast.js