So I have this wave of enemies arriving as you spawn.
Now I want a new wave of enemies spawn right after the last one standing of the last wave dies.
I did it like this. It doesnt work, dont judge me.
Halp? ^^
if( getWorld().getObjects( Enemie.class ) == null) { phase = 1; }