Hello again,
I would like my enemy characters to occasionally drop random powerups. Currently I have two built: powerupHealth.go and powerupBomb.go (several more planned). Does my enemy gameobject need separate factories for each type of powerup, or is there a way to spawn different gameobjects dynamically?
Thanks!