Good day,
I am still pretty new to Phaser
Is there a Method similar to layer.getTilesWithinShape(shape);
but just for gameObjects?
something like scene.getGameObjectsWithinShape(shape)
i was just wondering and didn’t find anything close.
i want to check if any GameObject is Touching a Line Between the Player and the Enemy.
Thank you