edited Polyjet thrust particles

This commit is contained in:
Harrison Deng 2017-05-27 22:46:16 -05:00
parent f59585ad4c
commit dfd5aaaf8e
2 changed files with 5 additions and 5 deletions

View File

@ -58,8 +58,8 @@ timeline0: 0.0
- Scale - - Scale -
lowMin: 0.0 lowMin: 0.0
lowMax: 0.0 lowMax: 0.0
highMin: 0.5 highMin: 1.0
highMax: 0.5 highMax: 1.0
relative: false relative: false
scalingCount: 4 scalingCount: 4
scaling0: 1.0 scaling0: 1.0
@ -133,10 +133,10 @@ timeline2: 0.25342464
timeline3: 0.89041096 timeline3: 0.89041096
timeline4: 1.0 timeline4: 1.0
- Options - - Options -
attached: true attached: false
continuous: true continuous: true
aligned: false aligned: false
additive: true additive: false
behind: false behind: false
premultipliedAlpha: false premultipliedAlpha: false
- Image Path - - Image Path -

View File

@ -35,7 +35,7 @@ public class PolyJetEntity extends Actor {
@Override @Override
public void act(float delta) { public void act(float delta) {
thrust.setPosition(getX()+(getWidth()-2)/2 - 1f/16f, getY()-0.15f); thrust.setPosition(getX()+(getWidth())/2 - 1f/16f, getY()-0.15f);
thrust.update(delta); thrust.update(delta);
teleportCloak.setPosition(getX() +(getWidth()-1)/2, getY() + (getHeight()-1)/2); teleportCloak.setPosition(getX() +(getWidth()-1)/2, getY() + (getHeight()-1)/2);