Issues when adding a level #53
Answered
by
TrianglyRU
MarceloDPG
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
Dec 29, 2024
Replies: 1 comment 8 replies
-
Stage setup is purely code-wise, including CPUs. The game cannot spawn an extra CPU unless you make it to do so, Can I have a look at your stage setup code? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tested it with the stock Orbinaut, it works fine. Make sure you do not have obj_player placed in the stage. Having no player_spawn in a stage should result in a crash since objects wouldn't be able to find a player to check for collision with. If your game does not crash, it means the player is spawned by something else