Question: freeplaystate.hx #1521
-
Please check for duplicates or similar issues before asking your question.What is your question?did you change freeplaystate.hx state to automatically add all songs? because I cant seem to find where the names of the songs are in freeplaystate.hx. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
its a little complicated but you can add songs directly thru the txt but with the gf icon only, or you can add them with |
Beta Was this translation helpful? Give feedback.
FreeplayState.hx
loads the list of songs fromfreeplaySonglist.txt
, then adds the story songs manually.https://github.com/ninjamuffin99/Funkin/blob/master/source/FreeplayState.hx#L38
https://github.com/ninjamuffin99/Funkin/blob/master/source/FreeplayState.hx#L64-L80