This commit is contained in:
Tabby 2026-01-17 23:52:19 +11:00
parent 2efd393efb
commit 356b0a92e6
11 changed files with 37 additions and 32 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,19 +0,0 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://r5u2un1fds6m"
path="res://.godot/imported/Godot Wild Jam 89 Demo.ogg-9dcd0225c3667337807a990bcf2bd61f.oggvorbisstr"
[deps]
source_file="res://music/Godot Wild Jam 89 Demo.ogg"
dest_files=["res://.godot/imported/Godot Wild Jam 89 Demo.ogg-9dcd0225c3667337807a990bcf2bd61f.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://8odrkmuwmp1m"
path="res://.godot/imported/hopefully final v342.ogg-b78af00dd7d3154595d959c5f6cb9d7f.oggvorbisstr"
[deps]
source_file="res://music/hopefully final v342.ogg"
dest_files=["res://.godot/imported/hopefully final v342.ogg-b78af00dd7d3154595d959c5f6cb9d7f.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

@ -4,7 +4,7 @@ extends Control
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
_on_h_slider_value_changed(0.5)
_on_h_slider_value_changed(0.3)
pass # Replace with function body.

View file

@ -2,7 +2,7 @@
[ext_resource type="Texture2D" uid="uid://6es1rrxgg6xs" path="res://assets/icons/volume-up.png" id="1_8ia4e"]
[ext_resource type="Script" uid="uid://bjieium3xew23" path="res://music/music_panel.gd" id="1_52dcn"]
[ext_resource type="AudioStream" uid="uid://r5u2un1fds6m" path="res://music/Godot Wild Jam 89 Demo.ogg" id="3_yx23q"]
[ext_resource type="AudioStream" uid="uid://8odrkmuwmp1m" path="res://music/hopefully final v342.ogg" id="3_yx23q"]
[node name="MusicPanel" type="Control" node_paths=PackedStringArray("ambient_player")]
z_index = 4
@ -49,7 +49,7 @@ layout_mode = 2
size_flags_vertical = 4
max_value = 1.0
step = 0.0
value = 0.5
value = 0.3
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_yx23q")