line endings ="

This commit is contained in:
ntr 2018-11-27 23:57:13 +11:00
parent fa4793f5eb
commit e6e93b776e
2 changed files with 270 additions and 270 deletions

View File

@ -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,

View File

@ -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());