orbit/js
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
..
build
config
dev
entities Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
galaxy Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
mining
quests Add quests console with live progress tracking and claimable rewards 2026-09-08 09:32:12 -06:00
reputation
research
save Add quests console with live progress tracking and claimable rewards 2026-09-08 09:32:12 -06:00
scan
scenes Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
tether
ui Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
utils
vendor
visuals
main.js