Replies: 1 comment
-
|
I think it has to do with the level order. OF2 follows a level order (called stage_index in scr_stage_setup), and the test stage is given then number "0", meaning its the first to be loaded. Try making your level have the stage index of 0, and then delete the test stage and run the game. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried removing the test stage and the game just crashed when trying to load my level, I even removed the class from the stage setup script. I undo'd my progress, and i want to know how do i properly remove it?
Beta Was this translation helpful? Give feedback.
All reactions