Adjust text
This commit is contained in:
parent
19ea7b18d2
commit
b8f3de4b5e
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue