Add tooltip component and integrate it into the scene; adjust audio volume for coin sound effect
This commit is contained in:
10
objects/audio_controller.tscn
Normal file
10
objects/audio_controller.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dwi23csqy6d6m"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://bludculi5i6s" path="res://music/Cute RPG - Dreamy Dandelion (Loopable).ogg" id="1_fuc3i"]
|
||||
|
||||
[node name="AudioController" type="Node"]
|
||||
|
||||
[node name="Background Music" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("1_fuc3i")
|
||||
autoplay = true
|
||||
parameters/looping = true
|
Reference in New Issue
Block a user