Skip to content

Entities e Components

gabrielsr edited this page Oct 8, 2014 · 1 revision

Components de Cada Entity

Cada entidade será criada com os seguintes components:

Character
  • CellPlacement

  • ScreenPlacement

  • BombDropper

  • Movable

  • Health

  • Score

  • ExplosionImpact

  • PlayerInfo

  • InputMap //Que teclas controlam o personagem

  • Aspect // visual

Bomb
  • CellPlacement

  • ScreenPlacement

  • Explosive

  • Timer

  • Explosive

  • ExplosionImpact

  • Aspect

Explosion Entity
  • CellPlacement

  • Explosion

  • FrameAnimation // this one lets us animation the explosion image

Brick
  • CellPlacement

  • Aspect

  • ExplosionImpact

PowerUp Entity
  • CellPlacement

  • Aspect

  • ExplosionImpact

  • PowerUp