merge
This commit is contained in:
parent
cd346252cc
commit
70eca5580d
@ -8,15 +8,12 @@ class Menu extends Phaser.Scene {
|
|||||||
}
|
}
|
||||||
|
|
||||||
create() {
|
create() {
|
||||||
<<<<<<< HEAD
|
|
||||||
this.add.text(0, 0, 'cryps.gg', TEXT.HEADER);
|
this.add.text(0, 0, 'cryps.gg', TEXT.HEADER);
|
||||||
=======
|
|
||||||
this.scene.sleep('Passives');
|
this.scene.sleep('Passives');
|
||||||
this.add.text(0, 0, 'cryps.gg', { fontFamily: 'Arial', fontSize: 24, color: '#ffffff', fontStyle: 'bold' });
|
|
||||||
this.input.keyboard.on('keydown_F', () => {
|
this.input.keyboard.on('keydown_F', () => {
|
||||||
this.scene.wake('Passives');
|
this.scene.wake('Passives');
|
||||||
}, 0, this);
|
}, 0, this);
|
||||||
>>>>>>> ab0aebc49f285e1f0a71035790e3089eadce25f2
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user