tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Refactor RenderOrderSelector #209

Open tzachshabtay opened 6 years ago

tzachshabtay commented 6 years ago

Instead of RenderOrderSelector having a dependency on IObject with hard coded sorting logic, allow registering IComparer interfaces externally to provide custom sorting logic for entities.