Class TowerManager

java.lang.Object
com.prineside.tdi2.Manager.ManagerAdapter
com.prineside.tdi2.managers.TowerManager
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, Manager

public final class TowerManager extends Manager.ManagerAdapter
  • Field Details

    • STAT_ROUNDING_NONE

      public static final int STAT_ROUNDING_NONE
      See Also:
    • STAT_ROUNDING_FLOOR

      public static final int STAT_ROUNDING_FLOOR
      See Also:
    • STAT_ROUNDING_MIDDLE

      public static final int STAT_ROUNDING_MIDDLE
      See Also:
    • STAT_ROUNDING_CEIL

      public static final int STAT_ROUNDING_CEIL
      See Also:
    • SHORT_TOWER_ALIASES

      public final com.badlogic.gdx.utils.ObjectMap<TowerType,String> SHORT_TOWER_ALIASES
    • canTowerAttackEnemy

      public final boolean[][] canTowerAttackEnemy
    • towerEnemyDamageMultiplier

      public final float[][] towerEnemyDamageMultiplier
    • F

      public final TowerManager.Factories F
    • abilityAvailableParticleEffectPool

      public com.badlogic.gdx.graphics.g2d.ParticleEffectPool abilityAvailableParticleEffectPool
    • highlightParticles

      public com.badlogic.gdx.graphics.g2d.ParticleEffectPool[] highlightParticles
    • upgradeParticles

      public com.badlogic.gdx.graphics.g2d.ParticleEffectPool upgradeParticles
    • lvlUpParticles

      public com.badlogic.gdx.graphics.g2d.ParticleEffectPool lvlUpParticles
  • Constructor Details

    • TowerManager

      public TowerManager()
  • Method Details