orbit/js/ui
Brian Fertig ed890a35c3 Fix text centering and close-button click passthrough in UI windows
- Center the ✕ close glyph and "IN PROGRESS" labels via setOrigin(0.5, …);
  Phaser Text defaults to origin (0,0), so they were anchored top-left
  and sat off-center on their plates
- Widen detail buttons from 152 to 190 px so the widest label
  ("IN PROGRESS 88%") no longer bleeds past the plate edges
- Treat 'closing' as open in isOpen so a close tap is consumed by the
  window while it fades out, instead of leaking through as a world click
2026-09-06 09:28:22 -06:00
..
ActionBar.js Add shop clip toggle to surface deck 2026-09-05 15:50:09 -06:00
BuildWindow.js Fix text centering and close-button click passthrough in UI windows 2026-09-06 09:28:22 -06:00
CommsPanel.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
ConfirmOverlay.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
CyberShape.js
DiscoveryCompass.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
GlitchText.js
MenuButton.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
MenuSubBar.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
MineralHud.js Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
MiningPopup.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
ResearchWindow.js Fix text centering and close-button click passthrough in UI windows 2026-09-06 09:28:22 -06:00
SavePanel.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
SignalCompass.js
SlotCard.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
Toast.js