mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 03:38:58 +00:00
commit
01f347d339
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user