}
public void setDownCrossRightScript() {
script.add(new MoveTo(this, new Vector2(14, 19)));
script.add(new ToggleShooting(this, true, 3));
script.add(new MoveTo(this, new Vector2(12, 17)));
script.add(new MoveTo(this, new Vector2(10, 15)));
script.add(new MoveTo(this, new Vector2(9, 14)));
script.add(new MoveTo(this, new Vector2(8, 13)));
script.add(new MoveTo(this, new Vector2(6, 10)));
script.add(new MoveTo(this, new Vector2(5, 6)));
script.add(new MoveTo(this, new Vector2(4, 3)));
script.add(new MoveTo(this, new Vector2(3, -3)));
}