randomize and finish buttons

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-03-22 11:56:22 +01:00
parent 2cf55cac7e
commit d971c7e064
6 changed files with 178 additions and 70 deletions
@@ -53,7 +53,7 @@ export class WokaBodyPartSlot extends GridItem {
this.add([this.background, this.bodyImage, this.image]);
this.setInteractive();
this.setInteractive({ cursor: "pointer" });
this.scene.input.setDraggable(this);
this.bindEventHandlers();