improved apple graphics

This commit is contained in:
Andrei Alexeyev 2018-01-06 09:30:55 +02:00
parent 9625602bf2
commit 313ddef8cd
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -447,9 +447,9 @@ void elly_newton(Boss *b, int t) {
Color c = 0;
switch(tsrand() % 3) {
case 0: c = rgb(1.0, 0.0, 0.0); break;
case 0: c = rgb(0.8, 0.0, 0.1); break;
case 1: c = rgb(0.4, 0.6, 0.0); break;
case 2: c = rgb(0.8, 0.4, 0.0); break;
case 2: c = rgb(0.8, 0.6, 0.0); break;
}
PROJECTILE(