From 2070bffb0e4d727225d9b0792f152635de6d27d1 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 13 Sep 2014 17:37:08 -0400 Subject: [PATCH] V0.2.0: reverted earthroot shake change from previous version --- .../shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java index 7ecc84c55..4064c65c0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java @@ -50,7 +50,7 @@ public class Earthroot extends Plant { if (Dungeon.visible[pos]) { CellEmitter.bottom( pos ).start( EarthParticle.FACTORY, 0.05f, 8 ); - Camera.main.shake( 0.25f, 1f ); + Camera.main.shake( 1, 0.4f ); } }