Hi again! So right now Iām working on how to add multiple enemies/actors in Scene2D
I made a Entity inteface, a Enemy superclass that extends Entity and at the last a ZombieCubesEnemy(The enemy in the game) that extends Enemy
Everything works great when I create them manually in the GameScreen class, but since the spawning will be random and the amount, I have to have easy way to add them instead of adding them manually
Thanks for reading