2025-05-23 12:32:35 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cnvs3iophpe3n"]
|
2025-05-18 14:16:22 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://biv656fho5bpy" path="res://player/smallPlayer/menus/progress_bar.gd" id="1_qy0dt"]
|
2025-05-23 12:32:35 +00:00
|
|
|
[ext_resource type="Theme" uid="uid://bkwhpewn7wirw" path="res://startMenu/theme.tres" id="1_to1i2"]
|
2025-05-20 15:42:00 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://birua4ldxarek" path="res://collectables/crystal/sounds/Picked Coin Echo.wav" id="2_ekcnp"]
|
2025-05-18 14:16:22 +00:00
|
|
|
|
|
|
|
[node name="Control" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer"]
|
|
|
|
offset_right = 367.0
|
|
|
|
offset_bottom = 27.0
|
2025-05-23 12:32:35 +00:00
|
|
|
theme = ExtResource("1_to1i2")
|
2025-05-18 14:16:22 +00:00
|
|
|
script = ExtResource("1_qy0dt")
|
2025-05-18 15:17:13 +00:00
|
|
|
|
2025-05-20 15:42:00 +00:00
|
|
|
[node name="audioJungle" type="AudioStreamPlayer" parent="CanvasLayer/ProgressBar"]
|
|
|
|
stream = ExtResource("2_ekcnp")
|
2025-05-23 15:32:54 +00:00
|
|
|
volume_db = -20.0
|
2025-05-20 15:42:00 +00:00
|
|
|
|
2025-05-18 15:17:13 +00:00
|
|
|
[connection signal="value_changed" from="CanvasLayer/ProgressBar" to="CanvasLayer/ProgressBar" method="_on_value_changed"]
|