line endings ="
This commit is contained in:
parent
fa4793f5eb
commit
e6e93b776e
@ -48,7 +48,7 @@ class CombatSkills extends Phaser.GameObjects.Group {
|
|||||||
angle: { min: angleMin, max: angleMax },
|
angle: { min: angleMin, max: angleMax },
|
||||||
speed: speed * 2,
|
speed: speed * 2,
|
||||||
scale: { start: 0.4, end: 1 },
|
scale: { start: 0.4, end: 1 },
|
||||||
gravityY: 250,
|
gravityY: 25,
|
||||||
quantity: 4,
|
quantity: 4,
|
||||||
blendMode: 'ADD',
|
blendMode: 'ADD',
|
||||||
lifespan,
|
lifespan,
|
||||||
|
|||||||
@ -44,10 +44,10 @@ class Combat extends Phaser.Scene {
|
|||||||
const logX = COMBAT.LOG.x();
|
const logX = COMBAT.LOG.x();
|
||||||
const logY = COMBAT.LOG.y();
|
const logY = COMBAT.LOG.y();
|
||||||
const logWidth = COMBAT.LOG.width();
|
const logWidth = COMBAT.LOG.width();
|
||||||
// this.skills = new CombatSkills(this);
|
|
||||||
this.renderedResolves = 0;
|
|
||||||
|
|
||||||
|
this.renderedResolves = 0;
|
||||||
this.registry.set('gameAnimating', false);
|
this.registry.set('gameAnimating', false);
|
||||||
|
|
||||||
this.account = this.registry.get('account');
|
this.account = this.registry.get('account');
|
||||||
this.log = this.add.text(COMBAT.LOG.x(), COMBAT.LOG.y(), '', TEXT.NORMAL);
|
this.log = this.add.text(COMBAT.LOG.x(), COMBAT.LOG.y(), '', TEXT.NORMAL);
|
||||||
this.log.setWordWrapWidth(COMBAT.LOG.width());
|
this.log.setWordWrapWidth(COMBAT.LOG.width());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user