Audio system and rich text
This commit is contained in:
parent
a6f817efbc
commit
68cafff083
161 changed files with 1605 additions and 255 deletions
12
assets/audio/sfx/hit_generic.tres
Normal file
12
assets/audio/sfx/hit_generic.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="AudioStreamRandomizer" load_steps=4 format=3 uid="uid://w0qfwds4o3ti"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://dgq7ogof16xoe" path="res://assets/audio/sfx/splat.mp3" id="1_7sdxn"]
|
||||
[ext_resource type="AudioStream" uid="uid://ljb60fvds7we" path="res://assets/audio/sfx/splat2.mp3" id="2_k2g3q"]
|
||||
[ext_resource type="AudioStream" uid="uid://cvwbvhgxnwygb" path="res://assets/audio/sfx/splat3.mp3" id="3_qgqep"]
|
||||
|
||||
[resource]
|
||||
playback_mode = 1
|
||||
streams_count = 3
|
||||
stream_0/stream = ExtResource("1_7sdxn")
|
||||
stream_1/stream = ExtResource("2_k2g3q")
|
||||
stream_2/stream = ExtResource("3_qgqep")
|
||||
Loading…
Add table
Add a link
Reference in a new issue