Class Projectile

java.lang.Object
com.toxicrain.rainengine.artifacts.RenderableArtifact
com.toxicrain.rainengine.artifacts.Projectile
All Implemented Interfaces:
IArtifact

public class Projectile extends RenderableArtifact implements IArtifact
  • Constructor Details

    • Projectile

      public Projectile(Resource imageLocation, float xpos, float ypos, float veloX, float veloY)
  • Method Details