If I add a bundle to the Menu and add it into the behaviors, it only spawns at the X and Y of where it was first added to the menu.
So if the bundle was saved at X32 and Y32, and I move the camera over so 32x32 is no longer on screen, if I try to spawn the bundle in it spawns off-screen.
This can cause problems if you have a large amount of code so you copy a bundle that’s pretty far away from the normal center. Then if you try to add it in in a different object it will be way off-screen and you’ll need to zoom out.