Skip to content

Commit

Permalink
Merge pull request #30 from Skrelpoid/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Skrelpoid authored Jan 8, 2019
2 parents 00ceb09 + 4d47e4e commit 93abf24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
26 changes: 0 additions & 26 deletions TODO.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import com.megacrit.cardcrawl.core.AbstractCreature;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.dungeons.AbstractDungeon;
import com.megacrit.cardcrawl.map.MapRoomNode;
import com.megacrit.cardcrawl.monsters.AbstractMonster;
import com.megacrit.cardcrawl.monsters.AbstractMonster.Intent;
import com.megacrit.cardcrawl.powers.AbstractPower;
Expand All @@ -19,6 +20,7 @@
import com.megacrit.cardcrawl.ui.panels.DiscardPilePanel;
import com.megacrit.cardcrawl.ui.panels.DrawPilePanel;
import com.megacrit.cardcrawl.vfx.EnemyTurnEffect;
import com.megacrit.cardcrawl.vfx.FlameAnimationEffect;
import com.megacrit.cardcrawl.vfx.FlashPotionEffect;
import com.megacrit.cardcrawl.vfx.GainPennyEffect;
import com.megacrit.cardcrawl.vfx.GameDeckGlowEffect;
Expand Down Expand Up @@ -252,6 +254,10 @@ public class DefaultDeltaPatches {
@SpirePatch(clz = BottomBgPanel.class, method = "updatePositions")
@SpirePatch(clz = CardGlowBorder.class, method = "update")
@SpirePatch(clz = HealNumberEffect.class, method = "update")
@SpirePatch(clz = FlameAnimationEffect.class, method = "update")
@SpirePatch(clz = MapRoomNode.class, method = "update")
@SpirePatch(clz = MapRoomNode.class, method = "updateEmerald")
@SpirePatch(clz = MapRoomNode.class, method = "oscillateColor")
public static class DeltaPatch {
public static ExprEditor Instrument() {
return new ExprEditor() {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"modid": "superfastmode",
"name": "SuperFastMode",
"author_list": ["Skrelpoid"],
"description": "Artificially speeds up the Game. Ingame, go to Mods>SuperFastMode>Config to change Settings. WARNING: Very high values can cause screen flickering. Be careful if you're photo sensitive!",
"description": "Artificially speeds up the Game. Ingame, go to Mods>SuperFastMode>Config to change Settings.",
"version": "1.0.2",
"sts_version": "12-20-2018",
"mts_version": "3.6.3",
"mts_version": "3.6.4",
"dependencies": ["basemod"],
"update_json": "https://api.github.com/repos/Skrelpoid/SuperFastMode/releases/latest"
}

0 comments on commit 93abf24

Please sign in to comment.