bevy_ecs_tilemap icon indicating copy to clipboard operation
bevy_ecs_tilemap copied to clipboard

Add stagger map support

Open darkautism opened this issue 2 years ago • 2 comments
trafficstars

Support staggered map. See #403

darkautism avatar Mar 23 '23 07:03 darkautism

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 tiled from 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 / odd problem must be on our side.
  • Is the file not found error from BytesResourceReader user-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.

rparrett avatar Mar 23 '23 15:03 rparrett

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.

darkautism avatar Mar 23 '23 17:03 darkautism