Add spatial audio, spacecraft entity, and level intro sequence

Distance-based sound effects with stereo panning for explosions, impacts,
and pickups. Spacecraft entity with full state machine (fly-in, land, take
off, fly-out), engine/synth sound loops, thruster particles, and PNG
spritesheet. Moon level intro defers player spawn until ship lands.

Also untrack build/ objects that were committed by mistake.
This commit is contained in:
Thomas
2026-03-01 11:00:51 +00:00
parent dbb507bfd2
commit 49ed2d6f7b
33 changed files with 1026 additions and 61 deletions

View File

@@ -12,6 +12,8 @@ PARALLAX_STYLE 4
MUSIC assets/sounds/algardalgar.ogg
PLAYER_UNARMED
ENTITY spacecraft 1 14
ENTITY asteroid 66 1
ENTITY asteroid 70 1
ENTITY asteroid 74 1

BIN
assets/sounds/engine.wav Normal file

Binary file not shown.

BIN
assets/sounds/powerUp.wav Normal file

Binary file not shown.

BIN
assets/sounds/synth.wav Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB