Customizable edge stencil / Reduced redundant sprites

This commit is contained in:
Anuken
2019-01-28 23:30:11 -05:00
parent 54bade668e
commit 76af3e3077
19 changed files with 1874 additions and 2286 deletions
@@ -165,6 +165,10 @@ public class Blocks implements ContentList{
playerUnmineable = true;
}};
iceSnow = new Floor("ice-snow"){{
variants = 3;
}};
ice = new Floor("ice"){{
dragMultiplier = 0.2f;
speedMultiplier = 0.4f;
@@ -173,6 +177,7 @@ public class Blocks implements ContentList{
holostone = new Floor("holostone"){{
hasOres = true;
edgeStyle = "blocky";
}};
snow = new Floor("snow"){{
@@ -212,10 +217,6 @@ public class Blocks implements ContentList{
variants = 3;
}};
iceSnow = new Floor("iceSnow"){{
variants = 3;
}};
//endregion
//region crafting