improved apple graphics
This commit is contained in:
parent
9625602bf2
commit
313ddef8cd
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 |
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue