forked from gabrielsr/bomberman
-
Notifications
You must be signed in to change notification settings - Fork 3
Entities e Components
gabrielsr edited this page Oct 8, 2014
·
1 revision
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
-