Add collisions to A2 corridors

Start implementation of fading ambient audio in/out on level load
This commit is contained in:
2026-02-05 14:17:45 -08:00
parent 147f04d2ff
commit 36b851254e
58 changed files with 1523 additions and 3666 deletions

View File

@@ -0,0 +1,5 @@
using Zennysoft.Game.Implementation;
public partial class AmbientSFXPlayer : DimmableAudioStreamPlayer
{
}