Smoother appearance of aliens on left hand side of title screen.
This commit is contained in:
parent
4e1316054a
commit
4779481f30
|
@ -257,7 +257,7 @@ int doTitle()
|
|||
blit(enemy[i].image[0], (int)enemy[i].x, (int)enemy[i].y);
|
||||
if (enemy[i].x > 830)
|
||||
{
|
||||
enemy[i].x = -10;
|
||||
enemy[i].x = -40;
|
||||
enemy[i].y = rand() % 580;
|
||||
enemy[i].dx = 1 + rand() % 3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue