Ejemplo n.º 1
0
 private void CollectImage(PlayerControlledEntity entity) => Sprite = entity.Sprite.SetOpacity(96);
Ejemplo n.º 2
0
 public void Rebound(PlayerControlledEntity entity)
 {
     Entity = entity;
     Rebound();
     CollectImage(entity);
 }
Ejemplo n.º 3
0
 public Ghost(PlayerControlledEntity entity)
 {
     Entity   = entity;
     Position = entity.Position;
     CollectImage(entity);
 }