Ejemplo n.º 1
0
 public Surprise() {
   super(Effects.get(Effects.Type.EXCLAMATION));
   origin.set(width / 2, height / 2);
 }
Ejemplo n.º 2
0
 public Wound() {
   super(Effects.get(Effects.Type.WOUND));
   origin.set(width / 2, height / 2);
 }