Implement basic contributor class
This commit is contained in:
parent
5ea84c0882
commit
5803d512da
3 changed files with 83 additions and 8 deletions
|
|
@ -34,7 +34,7 @@ export class DetailScene {
|
|||
this.player.follow();
|
||||
|
||||
this.contributors.forEach((contributor) => {
|
||||
contributor.place();
|
||||
contributor.draw();
|
||||
});
|
||||
this.legacy.forEach((legacyObj) => {
|
||||
legacyObj.place();
|
||||
|
|
|
|||
Reference in a new issue