Exemplo n.º 1
0
 public void Refresh()
 {
     playerPos.Y      = (byte)(58 + pos[0]);
     enemyPos.Y       = (byte)(18 + pos[1] - pos[2]);
     playerY.Location = playerPos;
     enemyY.Location  = enemyPos;
     if (pos[2] > 0)
     {
         shadow.Show();
     }
     else
     {
         shadow.Hide();
     }
 }