cleanup
parent
b1a171011c
commit
db009550e7
|
|
@ -260,6 +260,7 @@ export default class BattleScene extends SceneBase {
|
||||||
field.setScale(6);
|
field.setScale(6);
|
||||||
|
|
||||||
this.field = field;
|
this.field = field;
|
||||||
|
|
||||||
const fieldUI = this.add.container(0, this.game.canvas.height);
|
const fieldUI = this.add.container(0, this.game.canvas.height);
|
||||||
fieldUI.setDepth(1);
|
fieldUI.setDepth(1);
|
||||||
fieldUI.setScale(6);
|
fieldUI.setScale(6);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue