
- Got sprites for menu buttons - Added buttons to the menu - Added a manager script for the menu - Created resources for playlists and credits - Created a music player - Created the root scene that everything will be loaded into
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c8ni0t7brphc7"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/musicPlayer.gd" id="1_7oew4"]
|
|
|
|
[node name="MusicPlayer" type="AudioStreamPlayer"]
|
|
script = ExtResource("1_7oew4")
|
|
|
|
[connection signal="finished" from="." to="." method="_onSongFinished"]
|