hi
i want an object (say, a monster) spawm another object (say, a shield), but I want the second object (the shield) to move with the monster.
Since there will be many monster instances, how could I do this?
thanks.
Look at manual entries for containers and pin behavior :)
Develop games in your browser. Powerful, performant & highly capable.
thanks. this seems to do what I need.