Added new 'space' tile with shader / Added additional teleporter FX

This commit is contained in:
Anuken
2018-04-06 21:28:14 -04:00
parent 7a65604cc8
commit 7ea4a503f7
23 changed files with 619 additions and 383 deletions

View File

@@ -21,6 +21,11 @@ public class Blocks {
blockpart = new BlockPart(),
space = new Floor("space") {{
variants = 0;
drawLayer = DrawLayer.space;
}},
deepwater = new Floor("deepwater") {{
variants = 0;
solid = true;