public TouhouSpawnAnimation(Bullet bullet) { super(bullet, getAnimation(bullet), Duration.seconds(0.25f)); setBlendFunc(bullet.getBlendFuncSrc(), bullet.getBlendFuncDst()); }
public Spell(Ringo owner) { super(owner); setSpellcardTime(Duration.seconds(56)); }