[Feature] Old textures comeback (#86)

* interface

* objects

* nades

* airlocks

* furniture

* machines

* piping

* doors

* wallmounts

* ftl quick fix

* small fix
This commit is contained in:
HitPanda
2023-05-23 12:31:39 +03:00
committed by Aviu00
parent fdb80c8537
commit 1bdc7f848b
1019 changed files with 1084 additions and 877 deletions

View File

@@ -1,31 +1,40 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"copyright": "Taken from TauCetiClassic at commit https://github.com/TauCetiStation/TauCetiClassic/commit/fd5cfd76acdf5bda9e46413c11006a6e825d51a9",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "assembly"
},
{
"name": "bolted_unlit"
},
{
"name": "bolted_open_unlit"
},
{
"name": "closed"
},
{
"name": "closed_unlit"
},
{
"name": "open_unlit"
},
{
"name": "closing",
"delays": [
[
0.2,
0.2,
0.1,
0.1,
0.1,
0.3
0.1,
0.1,
0.1
]
]
},
@@ -33,7 +42,12 @@
"name": "closing_unlit",
"delays": [
[
0.6
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
@@ -41,6 +55,8 @@
"name": "deny_unlit",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1
@@ -54,12 +70,12 @@
"name": "opening",
"delays": [
[
0.2,
0.2,
0.1,
0.1,
0.1,
0.3
0.1,
0.1,
0.1
]
]
},
@@ -67,20 +83,28 @@
"name": "opening_unlit",
"delays": [
[
0.2
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "panel_closed"
},
{
"name": "panel_closing",
"delays": [
[
0.1,
0.1,
0.07,
0.07,
0.07,
0.2
0.1,
0.1,
0.1,
0.1
]
]
},
@@ -93,10 +117,10 @@
[
0.1,
0.1,
0.07,
0.07,
0.07,
0.2
0.1,
0.1,
0.1,
0.1
]
]
},
@@ -122,7 +146,8 @@
0.1,
0.1,
0.1,
0.1
0.1,
1.7
]
]
},
@@ -135,7 +160,7 @@
0.1,
0.1,
0.1,
1.7
0.1
]
]
},
@@ -159,10 +184,13 @@
"name": "emergency_unlit",
"delays": [
[
0.4,
0.4
1.2,
1.2
]
]
},
{
"name": "emergency_open_unlit"
}
]
}