
- 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
146 B
GDScript
9 lines
146 B
GDScript
extends Resource
|
|
|
|
class_name Credit
|
|
|
|
@export var title: String
|
|
@export var name: String
|
|
@export var description: String
|
|
@export var links: String
|