Daggers shoot up

This commit is contained in:
Nethya 2023-01-16 16:16:42 +01:00
parent 54dd1313b2
commit b231398c32

View File

@ -165,7 +165,7 @@ export class Game extends Component {
this.horizontalProjectileLauncher = new WaveProjectileLauncher( this.horizontalProjectileLauncher = new WaveProjectileLauncher(
this.horizontalProjectileLauncherComponent, this.horizontalProjectileLauncherComponent,
this.player.node, this.player.node,
[new Vec2(0, 1), new Vec2(0, -1)], [new Vec2(0, 1), new Vec2(-0.1, 0.8), new Vec2(0.1, 0.8)],
settings.player.horizontalLauncher, settings.player.horizontalLauncher,
projectileData projectileData
); );