Tyler Voss

Results 5 comments of Tyler Voss

Bump, why was this removed?

Is there a timeline for merging and deploying these changes? I just about implemented the whole TFT API until I saw it's already in this PR. This would be very...

Ah because for your test the entities are always in scope. In my use case I'll create the entity in one method, and then try to access all of them...

Since everything `kult` related is accessed in a static manner, and my `EntityManager` is very object oriented, my solution is adding a `manager` component to each entity created which holds...

This method of manually adding and removing entities takes away a lot of magic that made your library great! Take a look at my project to see how I'm using...