doodle/pkg/sound
Noah 79996ccd34 ListBoxes Overhaul
* Overhaul the clunky old alpha Edit Level/Doodad menu with a modernized
  version featuring the new ListBox widget.
* The new level loader is a Window that can be spawned from anywhere instead
  of on a dedicated MenuScene.

Updates to doodad scripts:

* Actor.IsOnScreen() checks whether an actor's visual sprite box is on-screen
  in the level viewport. `Self.IsOnScreen()` will check for the current actor.

Other changes

* PlaySound() to deduplicate the same sound effect from playing at once.
2023-04-08 21:26:08 -07:00
..
preload.go Add Initial Sound Effects 2020-05-22 20:07:48 -07:00
sound.go WIP Game Settings Window, WASM Fixes, Sound FX 2020-09-01 20:54:58 -07:00
sound_sdl.go ListBoxes Overhaul 2023-04-08 21:26:08 -07:00
sound_wasm.go WIP Game Settings Window, WASM Fixes, Sound FX 2020-09-01 20:54:58 -07:00