orbit/js/ui
Brian Fertig ec68fa142c Fix frozen video feed on window reopen and add construct SFX
- Use `video.resume()` instead of `video.play()` in Build, Map, Quest,
  and Research windows: Phaser v4's `play()` is a no-op after `pause()`
  because the `_playCalled` flag stays true, leaving the feed frozen
  after close → reopen. `resume()` handles both first open and re-open.
- Play the 'construct' SFX when the planet HUD lines start their
  scramble-decode animation in SurfaceScene.
2026-09-08 10:32:46 -06:00
..
ActionBar.js
BuildWindow.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
CommsPanel.js
ConfirmOverlay.js Fix SET DESTINATION button overflow in shared ConfirmOverlay 2026-09-07 19:23:18 -06:00
CyberShape.js
DiscoveryCompass.js Changes to Research Areas 2026-09-07 23:10:47 -06:00
GalaxyView.js Add route/destination visualization to map console 2026-09-07 21:48:50 -06:00
GlitchText.js
MapWindow.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
MenuButton.js
MenuSubBar.js
MineralHud.js
MiningPopup.js
QuestWindow.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
ResearchWindow.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
SavePanel.js
SignalCompass.js
SlotCard.js
Toast.js