grunk/src/equipment/beam_sfx/beam_sfx.tscn
Rob Kelly 455b12971c
All checks were successful
linting & formatting / build (push) Successful in 22s
itch.io publish action / build (linux64, x86_64) (push) Successful in 2m58s
itch.io publish action / build (osx, app) (push) Successful in 2m58s
itch.io publish action / build (win64, exe) (push) Successful in 3m6s
Rebalanced mix of spray & beam loops
2025-04-06 21:01:44 -06:00

11 lines
436 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_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")