Fixes, particle behavior
This commit is contained in:
parent
31ced5c19d
commit
34800a80c3
8 changed files with 49 additions and 47 deletions
|
@ -58,7 +58,7 @@ public class ParticleSulphur extends SpriteBillboardParticle {
|
|||
if (this.age <= 40) {
|
||||
this.setColorAlpha(this.age / 40F);
|
||||
}
|
||||
else if (this.age >= this.maxAge + 40) {
|
||||
else if (this.age >= this.maxAge - 40) {
|
||||
this.setColorAlpha((this.maxAge - this.age) / 40F);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue