Adjust text

This commit is contained in:
Ategon 2024-08-27 18:37:54 -04:00
parent 19ea7b18d2
commit b8f3de4b5e

View file

@ -1,8 +1,9 @@
extends BaseTrack extends BaseTrack
# This is the same as example but uses the autoload system to automatically populate names from file names # This is the same as example but automatically populates names from file names instead of needing to manually define every track
# Gets the area that should become the name from regex # Gets the area that should become the name from regex
# You can use sites like this to help construct regex: https://regex101.com/ # You can use sites like this to help construct regex: https://regex101.com/
# Helpful when you have a large amount of music that all follows the same naming convention
func _init(): func _init():
_default = { _default = {