12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bq1ngudr2hnkg"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://cvttds81trcoc" path="res://asset/audio/sfx/UI/click.wav" id="1_7vcpo"]
|
|
[ext_resource type="Script" uid="uid://wapo47a1oddf" path="res://scene/entity/general/sfx2d.gd" id="1_k1qpr"]
|
|
|
|
[node name="Sfx2d" type="AudioStreamPlayer2D"]
|
|
stream = ExtResource("1_7vcpo")
|
|
autoplay = true
|
|
bus = &"game_sfx"
|
|
script = ExtResource("1_k1qpr")
|
|
file = "click.wav"
|