In my code i have said to add a game over screen once it hits the world border.
There are multiple things that touch the screen and they all initialise the game over screen. How would I make the game only add 1 game over screen?
The Basic code:
getWorld().addObject(new BombGameOver(), 500,200); // The Bomb Class only has movement and its animations, The Game Over screen only has its location and its countdown.