I hereby claim:
- I am saishy on github.
- I am saishy (https://keybase.io/saishy) on keybase.
- I have a public key ASCfGO9dKvLbOfrtTWGbEQwa6UkkDUsis-S4YQzbsxjnPgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using UnityEditor; | |
| using UnityEditorInternal; | |
| using UnityEngine; | |
| /** | |
| * REQUIRES: https://github.com/Bunny83/SimpleJSON | |
| * Automatically slices a texture whose sprite mode is set to multiple, based on a json file generated by aseprite. |
| D:\GameDev\SlayTheSpireMods\BaseGame\com\megacrit\cardcrawl\actions\defect\LightningOrbEvokeAction.java (2 hits) | |
| Line 41: /* 41 */ AbstractDungeon.actionManager.addToTop(new VFXAction(new com.megacrit.cardcrawl.vfx.combat.LightningEffect(m.drawX, m.drawY), speedTime)); | |
| Line 58: /* 58 */ AbstractDungeon.actionManager.addToTop(new VFXAction(new com.megacrit.cardcrawl.vfx.combat.LightningEffect(m3.drawX, m3.drawY), speedTime)); | |
| D:\GameDev\SlayTheSpireMods\BaseGame\com\megacrit\cardcrawl\actions\defect\LightningOrbPassiveAction.java (4 hits) | |
| Line 45: /* 45 */ AbstractDungeon.actionManager.addToTop(new VFXAction(new com.megacrit.cardcrawl.vfx.combat.LightningEffect(m.drawX, m.drawY), speedTime)); | |
| Line 48: /* 48 */ AbstractDungeon.actionManager.addToTop(new VFXAction(new OrbFlareEffect(this.orb, OrbFlareEffect.OrbFlareColor.LIGHTNING), speedTime)); | |
| Line 65: /* 65 */ AbstractDungeon.actionManager.addToTop(new VFXAction(new com.megacrit.cardcrawl.vfx.combat.Light |