mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-25 19:28:53 +00:00
Diagonal projectile launcher link
This commit is contained in:
parent
b8e66195fb
commit
2a474cad06
@ -88,7 +88,13 @@ export class Game extends Component {
|
|||||||
|
|
||||||
new PlayerProjectileCollisionSystem([this.haloProjectileLauncher, this.horizontalProjectileLauncher, this.diagonalProjectileLauncher]);
|
new PlayerProjectileCollisionSystem([this.haloProjectileLauncher, this.horizontalProjectileLauncher, this.diagonalProjectileLauncher]);
|
||||||
|
|
||||||
const upgrader = new Upgrader(this.player, this.horizontalProjectileLauncher, this.haloProjectileLauncher, settings.upgrades);
|
const upgrader = new Upgrader(
|
||||||
|
this.player,
|
||||||
|
this.horizontalProjectileLauncher,
|
||||||
|
this.haloProjectileLauncher,
|
||||||
|
this.diagonalProjectileLauncher,
|
||||||
|
settings.upgrades
|
||||||
|
);
|
||||||
new GameModalLauncher(this.modalWindowManager, this.player, this.gamePauser, upgrader);
|
new GameModalLauncher(this.modalWindowManager, this.player, this.gamePauser, upgrader);
|
||||||
|
|
||||||
this.gameUI.init(this.player);
|
this.gameUI.init(this.player);
|
||||||
|
Loading…
Reference in New Issue
Block a user