Fixed background music loop and added audio mixers

This commit is contained in:
2025-07-05 15:08:23 +02:00
parent 242879159a
commit 57896e37df
5 changed files with 63 additions and 5 deletions
@@ -0,0 +1,15 @@
using Godot;
using System;
/// <summary>
/// Takes the current contents of a AudioStreamPlayer and offers visualization and control.
/// </summary>
public partial class AudioDebugger : AudioStreamPlayer2D
{
[Export] private float _offset_in_seconds_to_play = 0;
public void PlayFromOffset()
{
Play(_offset_in_seconds_to_play);
}
}
@@ -0,0 +1 @@
uid://clxb3n668oud3