You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a projectile capable of traveling in a path and colliding with other entities, that isn't the owner or friends, and dealing damage to them.
When a projectile is created, it should be given a team id, damage value, projectile controller. The projectile will be manipulated by a controller to travel any given path and will apply damage when it collides with an enemy.
Once it collides with an enemy, the projectile should disappear or if the projectile travels off screen, it should automatically be removed.
The text was updated successfully, but these errors were encountered:
Create a projectile capable of traveling in a path and colliding with other entities, that isn't the owner or friends, and dealing damage to them.
When a projectile is created, it should be given a team id, damage value, projectile controller. The projectile will be manipulated by a controller to travel any given path and will apply damage when it collides with an enemy.
Once it collides with an enemy, the projectile should disappear or if the projectile travels off screen, it should automatically be removed.
The text was updated successfully, but these errors were encountered: