Reordered floors
|
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 251 B |
BIN
core/assets-raw/sprites/blocks/environment/crux-floor-11.png
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
core/assets-raw/sprites/blocks/environment/crux-floor-12.png
Normal file
|
After Width: | Height: | Size: 548 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
@@ -1680,7 +1680,7 @@ block.metal-floor-3.name = Metal Floor 3
|
||||
block.metal-floor-4.name = Metal Floor 4
|
||||
block.metal-floor-5.name = Metal Floor 5
|
||||
block.metal-floor-damaged.name = Damaged Metal Floor
|
||||
block.colored-floor.name = Colored Floor
|
||||
block.colored-floor.name = Colored Floor
|
||||
block.colored-wall.name = Colored Wall
|
||||
block.character-overlay.name = Character Overlay
|
||||
block.character-overlay-white.name = Character Overlay (White)
|
||||
|
||||
@@ -62,7 +62,6 @@ public class Blocks{
|
||||
metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor4, metalFloor5, basalt, magmarock, hotrock, snowWall, saltWall,
|
||||
//old metal floors
|
||||
darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal,
|
||||
|
||||
//new metal floors
|
||||
cruxFloor1, cruxFloor2, cruxFloor3, cruxFloor4, cruxFloor5, cruxFloor6, cruxFloor7, cruxFloor8, cruxFloor9, cruxFloor10, cruxFloor11, cruxFloor12,
|
||||
|
||||
@@ -843,7 +842,6 @@ public class Blocks{
|
||||
autotile = true;
|
||||
drawEdgeOut = false;
|
||||
drawEdgeIn = false;
|
||||
autotileMidVariants = 2;
|
||||
}};
|
||||
|
||||
cruxFloor5 = new Floor("crux-floor-5"){{
|
||||
@@ -873,6 +871,7 @@ public class Blocks{
|
||||
autotile = true;
|
||||
drawEdgeOut = false;
|
||||
drawEdgeIn = false;
|
||||
autotileMidVariants = 2;
|
||||
}};
|
||||
|
||||
cruxFloor9 = new Floor("crux-floor-9"){{
|
||||
|
||||