Ed 12 12 2024 bugfixes (#668)
* fix #665 * fix #664 * fix #661 * fix #666
|
Before Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -8,14 +8,16 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "ladder",
|
||||
"name": "marble",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "top"
|
||||
"name": "stone",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "down"
|
||||
"name": "wood",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 182 B |
BIN
Resources/Textures/_CP14/Structures/Dungeon/ladders.rsi/wood.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
@@ -8,7 +8,15 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "ladder",
|
||||
"name": "stone",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wood",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "marble",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.7 KiB |