V0.2.0: reverted earthroot shake change from previous version
This commit is contained in:
parent
7abb24f723
commit
2070bffb0e
|
@ -50,7 +50,7 @@ public class Earthroot extends Plant {
|
||||||
|
|
||||||
if (Dungeon.visible[pos]) {
|
if (Dungeon.visible[pos]) {
|
||||||
CellEmitter.bottom( pos ).start( EarthParticle.FACTORY, 0.05f, 8 );
|
CellEmitter.bottom( pos ).start( EarthParticle.FACTORY, 0.05f, 8 );
|
||||||
Camera.main.shake( 0.25f, 1f );
|
Camera.main.shake( 1, 0.4f );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user