orbit/js/scenes
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
..
GameScene.js Remove reserved action bar slots; all six now carry actions 2026-09-08 09:58:32 -06:00
MenuScene.js
SurfaceScene.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00