
- 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
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
[gd_resource type="Resource" script_class="Playlist" load_steps=2 format=3 uid="uid://2l80lgaqlukq"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/playlist.gd" id="1_u6fpt"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_u6fpt")
|
|
music = Array[String]([])
|