fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy
https://fishfolk.github.io/punchy/player/latest
Other
264 stars 32 forks source link

Implement new positional system #251

Open edgarssilva opened 2 years ago

edgarssilva commented 2 years ago

Description

Due to different anchor points, y-sorting and possible virtual jumps, etc., a new system that implements position and sorting might be a good idea. This could work around the existing Transform component and be implemented in different ways. One way is to represent specific places like the feet or bottom of an item, removing the necessity to have different offsets and other workarounds.

Talked a bit in #247.

Alternatives & Prior Art

No response