This commit is contained in:
Anuken
2020-02-08 16:00:54 -05:00
parent ba1f59aa71
commit 5169e197b6
8 changed files with 9 additions and 11 deletions

View File

@@ -269,6 +269,7 @@ public class Blocks implements ContentList{
ice = new Floor("ice"){{
dragMultiplier = 0.35f;
speedMultiplier = 0.9f;
attributes.set(Attribute.water, 0.4f);
}};