mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-25 11:18:54 +00:00
commit
01f347d339
@ -165,7 +165,7 @@ export class Game extends Component {
|
||||
this.horizontalProjectileLauncher = new WaveProjectileLauncher(
|
||||
this.horizontalProjectileLauncherComponent,
|
||||
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,
|
||||
projectileData
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user