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
CyberShape.js
DiscoveryCompass.js
GlitchText.js
MenuButton.js
MenuSubBar.js
MineralHud.js
MiningPopup.js
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
Toast.js