Data holders, audio

This commit is contained in:
Martin
2022-12-22 13:26:43 +01:00
parent 090a89ae08
commit 4bdc76510b
54 changed files with 1193 additions and 369 deletions

View File

@@ -42,6 +42,8 @@ export class ProjectileLauncher extends Component implements IProjectileLauncher
this.projectilePierces = projectilePierces;
this.projectilePool = new ObjectPool<Projectile>(this.projectilePrefab, this.node, 6, "Projectile");
console.log("DAMAGE " + JSON.stringify((<Projectile>this.projectilePrefab.data).Damage));
}
public gameTick(deltaTime: number): void {