11 lines
410 B
Plaintext
11 lines
410 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://cyobva6ppmapr"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scene/entity/general/sfx_2d.gd" id="1_k1qpr"]
|
||
|
[ext_resource type="AudioStream" uid="uid://cvttds81trcoc" path="res://asset/audio/sfx/ui/click.wav" id="1_k48eu"]
|
||
|
|
||
|
[node name="Sfx2d" type="AudioStreamPlayer2D"]
|
||
|
stream = ExtResource("1_k48eu")
|
||
|
bus = &"game_sfx"
|
||
|
script = ExtResource("1_k1qpr")
|
||
|
file = "click.wav"
|