mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
cleanup
This commit is contained in:
parent
c1a0835a65
commit
b1a171011c
@ -260,7 +260,6 @@ 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
Block a user