Inherit from GameObject?

im pretty sure you dont even need to create different game objects for this, just have one and instance it (use it) as much as you want. Most of the work should be on the lua/script side of things:

this function can set any property of any Game object, including a sprite component, of which you can have as many as you want in a game object

1 Like