I want to make a TreeMenu freeplay #567
Unanswered
THEkatinamicrowave
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Doesn't |
Beta Was this translation helpful? Give feedback.
7 replies
-
You can create it by making a Custom State but instead using ModState, you will need to do this: import funkin.options.TreeMenu;
FlxG.switchState(new TreeMenu(true, 'TreeFreeplay')); //Assume you have TreeFreeplay.hx on data/states With that, you will have access to a Custom TreeMenu state |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how do i do it though since ModState only extends MusicBeatState
Beta Was this translation helpful? Give feedback.
All reactions