thorlucas

Results 29 comments of thorlucas

This would be hot

> I had thought about doing this. I know it has been requested before. I was initially worried about arbitrary data only being useful for few. There may be a...

I've added some discussion about solutions to this on #151.

I'd like to propose something in addition to this: rather than just autotile, it would be great if the actual TextureAtlas index could be selected based off of a generic...

@joshuajbouw I'm not familiar enough with the Bevy internals to be of any help here. But I am unsure then how to use `chunk_events()`. Here's what I'm doing right now:...

Note that if I manually `insert_chunk()` then it does not issue that warning, but we still get the issue with the event being issued twice. This is particularly an issue...

Note that this also causes a race condition; if my `generate_chunk_event_handler()` runs before some of bevy_tilemaps systems, then tiles are inserted properly and auto chunk does its thing: ``` Spawned...

I’d love to see this as well.

Thanks! I find that to be a bit of an unintuitive way to name it, no?