Files
tbd-station-14/Resources/Textures/Structures/Machines/tech_disk_printer.rsi/meta.json
Nemanja 9efc727fe1 RND Rework [Death to Techweb] (#16370)
* Techweb rework

* more ui work

* finishing ui

* Finish all the C# logic

* the techs + lathes

* remove old-tech

* mirror-review
2023-05-15 15:17:30 -05:00

25 lines
335 B
JSON

{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by EmoGarbage",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "display"
},
{
"name": "icon"
},
{
"name": "printing",
"delays": [[0.25, 0.25, 0.25, 0.25]]
},
{
"name": "unshaded"
}
]
}