Implement basic contributor class

This commit is contained in:
Dennis Schoepf 2021-07-31 00:52:26 +02:00
parent 5ea84c0882
commit 5803d512da
3 changed files with 83 additions and 8 deletions

View file

@ -34,7 +34,7 @@ export class DetailScene {
this.player.follow();
this.contributors.forEach((contributor) => {
contributor.place();
contributor.draw();
});
this.legacy.forEach((legacyObj) => {
legacyObj.place();