Skip to content

Commit

Permalink
aaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 11, 2024
1 parent e05ae9f commit 9cfd49f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
26 changes: 21 additions & 5 deletions Resources/Textures/Structures/Storage/Crates/freezer.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,39 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from Nukapop13, states modified / created by Peptide90 for SS14",
"license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage404 (github) and modified by Potato1234x (github) for Space Station 14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "icon"
"name": "closed"
},
{
"name": "open"
},
{
"name": "closed"
"name": "welded"
},
{
"name": "sparking",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from Nukapop13, states modified / created by Peptide90 for SS14",
"license": "CC-BY-SA-3.0",
"copyright": "Modified from https://github.com/tgstation/tgstation/commit/571e401e19514e8b0216e2efbbc95302007bfe9c by potato1234x (Github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "icon"
"name": "closed"
},
{
"name": "open"
Expand All @@ -20,7 +23,17 @@
"name": "welded"
},
{
"name": "closed"
"name": "sparking",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
}

0 comments on commit 9cfd49f

Please sign in to comment.