LastOliveGames / becsy

A multithreaded Entity Component System (ECS) for TypeScript and JavaScript, inspired by ECSY and bitecs.
MIT License
196 stars 17 forks source link

Example demo, teypscript version reports error, cannot find attribute `track` on `QueryBuilder` #25

Closed yocover closed 10 months ago

yocover commented 10 months ago

this.query(q => q.addedOrChanged.with(DOMRenderable).and.with(Position).track); Example demo, teypscript version reports error, cannot find attribute track on QueryBuilder

pkaminski commented 10 months ago

The examples were still built against an older version of Becsy — sorry about that. I upgraded everything to the latest version.