public TouhouSpawnAnimation(Bullet bullet) {
    super(bullet, getAnimation(bullet), Duration.seconds(0.25f));

    setBlendFunc(bullet.getBlendFuncSrc(), bullet.getBlendFuncDst());
  }
Example #2
0
 public Spell(Ringo owner) {
   super(owner);
   setSpellcardTime(Duration.seconds(56));
 }