Class ProjectileConfig
java.lang.Object
com.csse3200.game.entities.configs.projectiles.ProjectileConfig
Defines all projectile configs to be loaded by the projectile Factory.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProjectileConfig
(ProjectileTarget target, String texturePath) Creates a ProjectileConfig for a projectile. -
Method Summary
-
Field Details
-
itemType
-
projectileType
public final short projectileType -
target
public final short target -
texturePath
-
-
Constructor Details
-
ProjectileConfig
Creates a ProjectileConfig for a projectile.- Parameters:
target
- The target of the projectiletexturePath
- The path to the projectile's texture
-