Audio system and rich text
This commit is contained in:
parent
a6f817efbc
commit
68cafff083
161 changed files with 1605 additions and 255 deletions
7
scripts/audio/ChannelSettings.cs
Normal file
7
scripts/audio/ChannelSettings.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class ChannelSettings : Resource
|
||||
{
|
||||
[Export] public float restartTreshold;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue