Adding multiple entities


(Elias) #1

Which is the best way to add multiple entities like coins and stuff? How to define every coins position in the gameworld?


(Alex Larioza) #2

If you’re looking for the best way to actually position such entities, I’d look into third party level editors like Ogmo.


(Elias) #3

I already done this with Ogmo. But how to put the same entity in many positions without using Ogmo?


(Zachary Lewis) #4

You’ll have to write a system that places them for you.