generated from krampus/template-godot4
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://5y7gcq6igjpf"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://pltp1s1x8q6u" path="res://assets/sfx/tools/beam_loop.wav" id="1_hbyr8"]
|
|
[ext_resource type="Script" uid="uid://7mp6lj3f6srq" path="res://src/equipment/beam/beam_sfx/beam_sfx.gd" id="2_qwosj"]
|
|
|
|
[node name="BeamSFX" type="AudioStreamPlayer3D"]
|
|
stream = ExtResource("1_hbyr8")
|
|
pitch_scale = 0.01
|
|
bus = &"SFX"
|
|
script = ExtResource("2_qwosj")
|