use png instead of svg for talk icon

This commit is contained in:
Hanusiak Piotr
2022-02-14 10:37:13 +01:00
parent e85f94998f
commit 639c456540
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class TalkIcon extends Phaser.GameObjects.Image {
super(scene, x, y, "iconTalk");
this.defaultPosition = { x, y };
this.defaultScale = 0.15;
this.defaultScale = 0.3;
this.shown = false;
this.setAlpha(0);