apeltsi / loitsu

Cross-platform Game Engine written in Rust
MIT License
1 stars 0 forks source link

Properly perform transformations on child entities #38

Closed apeltsi closed 8 months ago

apeltsi commented 8 months ago

Currently transforms aren't aware of their parents. As such, they are not displaced if their parent is moved.