Hallo, I was wondering if my enemy can dodge my bullets.
So I need a code that is the opposite of
Bij_4 b = ((Bij_4) getWorld().getObjects(Bij_4.class).get(0));
turnTowards(b.getX(), b.getY());
Hallo, I was wondering if my enemy can dodge my bullets.
So I need a code that is the opposite of
Bij_4 b = ((Bij_4) getWorld().getObjects(Bij_4.class).get(0));
turnTowards(b.getX(), b.getY());