tzachshabtay / MonoAGS

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

Display list caching #197

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

Caching the display list to avoid sorting it on every tick, and also using it for hit testing. This resolves #178 .