Fix Secret Door Sprites (#37914)

* Make secret doors have unique directional sprites, and new animations.

* Update attributions.
This commit is contained in:
Spanky
2025-05-30 14:11:48 -04:00
committed by GitHub
parent 707cb90b4f
commit 3c53b2835a
7 changed files with 55 additions and 17 deletions

View File

@@ -99,7 +99,6 @@
- type: Transform
anchored: true
noRot: false
- type: Rotatable
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,28 +1,48 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nimfar11 (GitHub) for Space Station 14",
"copyright": "Made by Nimfar11 (GitHub) for Space Station 14, modified by spanky_spanky (GitHub)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "assembly"
"name": "assembly",
"directions": 4
},
{
"name": "closed",
"directions": 1,
"delays": [
[
1.0
]
]
"directions": 4
},
{
"name": "closing",
"directions": 1,
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
@@ -35,17 +55,36 @@
},
{
"name": "open",
"directions": 1,
"delays": [
[
1.0
]
]
"directions": 4
},
{
"name": "opening",
"directions": 1,
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 1.3 KiB