V0.2.1 : Improved Fet Rat sprite & particles

This commit is contained in:
Evan Debenham 2014-10-11 16:46:52 -04:00
parent 02a20b083b
commit 8525e8db89
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -283,7 +283,7 @@ public class Speck extends Image {
break; break;
case STENCH: case STENCH:
hardlight( 0x002200 ); hardlight( 0x003300 );
angularSpeed = -30; angularSpeed = -30;
angle = Random.Float( 360 ); angle = Random.Float( 360 );
lifespan = Random.Float( 1f, 3f ); lifespan = Random.Float( 1f, 3f );