I have this in the update function of my world :
a=true;
if(a) {
this.add(new Enemy()); // add enemies
}
super.update(); //tem que chamar update para executar o update method das entities.
but the image is becoming big. Like AAAAAAAA instead of just A A A…