VERY hacky positional audio

This commit is contained in:
2025-10-06 22:17:41 +01:00
parent 59f643b72c
commit df2c02a6a9
7 changed files with 49 additions and 12 deletions

View File

@@ -59,6 +59,9 @@ struct World {
U32 propCount;
U32 hitboxCount;
Audio_Context *audio;
U32 audio_handles[2];
//// Player
Player player;