Contrib Shape

This commit is contained in:
Dennis Schoepf 2021-07-31 02:50:41 +02:00
parent 5803d512da
commit 85214fad3f
2 changed files with 9 additions and 2 deletions

View file

@ -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(