Dampened spikes, daggers are vertical

This commit is contained in:
Nethya
2023-01-16 14:20:16 +01:00
parent 1fac9392c7
commit 54dd1313b2
2 changed files with 29 additions and 11 deletions

View File

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