Class PlayerConfig


public class PlayerConfig extends HealthEntityConfig
Defines the properties stored in player config files to be loaded by the Player Factory.
  • Field Details

    • speed

      public int speed
    • lives

      public int lives
    • sounds

      public SoundsConfig sounds
  • Constructor Details

    • PlayerConfig

      public PlayerConfig()
  • Method Details