bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
Add stagger map support
trafficstars
Support staggered map. See #403
Thanks.
I won't be able to take a close look for a few days, but just a few thoughts from a quick skim:
- Ideally, we should depend on a
tiledfrom crates.io. If a release isn't imminent, we can wait or do a separate PR without stagger support. - We should turn off compression for the example tilemap so its data is readable.
- I think the
even/oddproblem must be on our side. - Is the
file not founderror fromBytesResourceReaderuser-facing at all? I could see users potentially being confused when their files exist, but we are emitting this error because we just can't support loading sub-resources or whatever.
Is the file not found error from BytesResourceReader user-facing at all?
I think user will not fact file not found error because I only use this loader load a tmx. If a tmx use extern png it will load behind. But i'm not sure TSX tileset. rs-tiled has some tileset's attribute bug so it cannot read tsx correctly.