Class BloodSpot

java.lang.Object
fr.formiko.kokcinelo.model.MapItem
fr.formiko.kokcinelo.model.BloodSpot

public class BloodSpot extends MapItem
Blood spot are created when a creature die.
Since:
2.5
Version:
2.5
  • Constructor Details

    • BloodSpot

      public BloodSpot(float centerX, float centerY, float rotation, float zoom, com.badlogic.gdx.graphics.Color color)
      Create a new blood spot. Blood spot are created when a creature die.
      Parameters:
      centerX - center x position
      centerY - center y position
      rotation - rotation
      zoom - zoom
      color - color of this actor
    • BloodSpot

      public BloodSpot(Aphid aphid)
  • Method Details

    • colorSkeleton

      public void colorSkeleton()
      Color blood spot.