Crater fixes

This commit is contained in:
Anuken
2019-02-06 17:14:51 -05:00
parent 2569b2139d
commit 9251c55be2
3 changed files with 3 additions and 3 deletions
@@ -188,7 +188,7 @@ public class Blocks implements ContentList{
ice = new Floor("ice"){{
dragMultiplier = 0.2f;
speedMultiplier = 0.4f;
speedMultiplier = 0.1f;
}};
cliffs = new StaticWall("cliffs"){{