Hi everyone, i'm developing this game where some enemies are on screen on the start of the layout. I've set them with "bounce off solids" true. They work fine, they bounce.
However, more enemies spawn over time, but these spawns behave as if the "bounce off solids" setting is set to false.
How can i fix this? i tried looking for a "on created, bounce off solids true" , but didn't find anything like it, i tried with " on created, bounce off [the object they're meant to bounce off of]" but it doesn't work.
How can i make it so that every instance that is created, is set to bounce off solids TRUE and not only the ones that are already in the layout that i manually set ?