Reordered floors

This commit is contained in:
Anuken
2025-07-21 02:29:10 -04:00
parent f0820572ce
commit f6745a6b80
8 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -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)

View File

@@ -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"){{