Simplaudio.

This commit is contained in:
notdraimdev
2024-09-09 09:17:29 +02:00
commit 68e8a4223f
139 changed files with 9945 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[gd_scene load_steps=2 format=3 uid="uid://b2sygl55s6fng"]
[ext_resource type="Script" path="res://main.gd" id="1_ubs1p"]
[node name="Node2D" type="Node2D"]
script = ExtResource("1_ubs1p")
[node name="SelectPlaylist" type="Button" parent="."]
offset_left = 43.0
offset_top = 24.0
offset_right = 278.0
offset_bottom = 65.0
text = "select playlist folder"
[node name="FileDialog" type="FileDialog" parent="."]
title = "Open a Directory"
position = Vector2i(140, 225)
size = Vector2i(352, 180)
visible = true
ok_button_text = "Select Current Folder"
file_mode = 2
access = 2
[node name="MusicPlayer" type="AudioStreamPlayer" parent="."]