I’ve successfully created a library with the TileList component. I can import the library and instantiate a new TileList. I just can’t find a way to add it to my entity or my world. How/Where do I add flash components to my game/world? TIA.
Flex TileList add to Entity?
Copying
(Martí Angelats i Ribera)
#2
To create a UI you’ll have to do it manually. Right now there is not a method to add something like components but here is a tutorial about how to do it. It’s two years old but it still works exactly the same.