diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
| commit | 1d347e770fddcdd051890cdf070fd2779ab113bf (patch) | |
| tree | 6501fb000509819b7ba58df15c9a831c8bdc44fb /godot/particles/WaterSplash.tscn | |
| parent | 2fd755132f526c48fed2c1867530526971e1cf19 (diff) | |
problems: player controller perf, boat perf, NAVSERVER PERF
Diffstat (limited to 'godot/particles/WaterSplash.tscn')
| -rw-r--r-- | godot/particles/WaterSplash.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/godot/particles/WaterSplash.tscn b/godot/particles/WaterSplash.tscn index cdc0a56..fbffad7 100644 --- a/godot/particles/WaterSplash.tscn +++ b/godot/particles/WaterSplash.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=12 format=2] +[gd_scene load_steps=13 format=2] [ext_resource path="res://textures/ripples.png" type="Texture" id=1] +[ext_resource path="res://sounds/splash.wav" type="AudioStream" id=2] [sub_resource type="QuadMesh" id=1] @@ -171,3 +172,5 @@ process_material = SubResource( 6 ) draw_pass_1 = SubResource( 8 ) [node name="Audio" type="AudioStreamPlayer3D" parent="."] +stream = ExtResource( 2 ) +unit_db = 10.579 |
