V0.2.0: reverted earthroot shake change from previous version

This commit is contained in:
Evan Debenham 2014-09-13 17:37:08 -04:00
parent 7abb24f723
commit 2070bffb0e

View File

@ -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 );
}
}