Basic reveal mechanic
This commit is contained in:
parent
7e634917bf
commit
4639c22025
8 changed files with 71 additions and 8 deletions
|
|
@ -39,6 +39,7 @@ export class DetailScene {
|
|||
});
|
||||
this.packages.forEach((packageObj) => {
|
||||
packageObj.place();
|
||||
packageObj.drawOnReveal();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue