Class CreatureShadowImageEffect

java.lang.Object
de.gurkenlabs.litiengine.graphics.ImageEffect
de.gurkenlabs.litiengine.graphics.CreatureShadowImageEffect
All Implemented Interfaces:
ITimeToLive, java.lang.Comparable<ImageEffect>

public class CreatureShadowImageEffect
extends ImageEffect
  • Constructor Details

    • CreatureShadowImageEffect

      public CreatureShadowImageEffect​(Creature creature)
      Initializes a new instance of the CreatureShadowImageEffect.
      Parameters:
      creature - The creature to which this affect will be applied to.
    • CreatureShadowImageEffect

      public CreatureShadowImageEffect​(Creature creature, java.awt.Color shadowColor)
      Initializes a new instance of the CreatureShadowImageEffect.
      Parameters:
      creature - The creature to which this affect will be applied to.
      shadowColor - The color of the shadow.
  • Method Details