Nazariglez / Gecko2D

Cross-platform Game Framework
https://nazariglez.github.io/Gecko2D
MIT License
50 stars 6 forks source link

Sort entites by z-index (depth) #23

Closed Nazariglez closed 6 years ago

Nazariglez commented 6 years ago

Add methods like addChildAt(child, index)

Nazariglez commented 6 years ago

Done using the TransformSystem and the TransformComponent