Removed camera clamp / Self-destruct timer / More blend tweaks

This commit is contained in:
Anuken
2019-01-30 19:48:41 -05:00
parent c046a1b474
commit 43bff5c34d
12 changed files with 71 additions and 27 deletions
@@ -153,12 +153,12 @@ public class Blocks implements ContentList{
craters = new Floor("craters"){{
minimapColor = Color.valueOf("323232");
variants = 6;
hasEdges = false;
blendGroup = stone;
}};
charr = new Floor("char"){{
minimapColor = Color.valueOf("323232");
hasEdges = false;
blendGroup = stone;
}};
sandWater = new Floor("sand-water"){{