Basic reveal mechanic

This commit is contained in:
Dennis Schoepf 2021-07-26 17:53:03 +02:00
parent 7e634917bf
commit 4639c22025
8 changed files with 71 additions and 8 deletions

View file

@ -39,6 +39,7 @@ export class DetailScene {
});
this.packages.forEach((packageObj) => {
packageObj.place();
packageObj.drawOnReveal();
});
}