Contrib Shape
This commit is contained in:
parent
5803d512da
commit
85214fad3f
2 changed files with 9 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export class DetailScene {
|
|||
|
||||
store.subscribe((state) => {
|
||||
this.contributors = state.currContributors.map(
|
||||
(contributor) => new Contributor(100, 200, 100)
|
||||
(contributor) => new Contributor(100, 200, 50)
|
||||
);
|
||||
this.legacy = state.currLegacy.map((legacy) => new Legacy(200, 300, 100));
|
||||
this.packages = state.currPackages.map(
|
||||
|
|
|
|||
Reference in a new issue