Files
tbd-station-14/Resources/Textures/Structures/Windows/mining.rsi/meta.json
NULL882 f268e626a7 Mining things (#21909)
* mining-doors

* mining-tiles

* mining-window

* Change copyright in meta.json

* Change license in attributions.yml
2023-11-27 14:25:15 -07:00

47 lines
804 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Paradise station https://github.com/ParadiseSS13/Paradise/blob/master/icons/obj/smooth_structures/windows/pod_window.dmi and modified by NULL882",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "full"
},
{
"name": "mwindow0",
"directions": 4
},
{
"name": "mwindow1",
"directions": 4
},
{
"name": "mwindow2",
"directions": 4
},
{
"name": "mwindow3",
"directions": 4
},
{
"name": "mwindow4",
"directions": 4
},
{
"name": "mwindow5",
"directions": 4
},
{
"name": "mwindow6",
"directions": 4
},
{
"name": "mwindow7",
"directions": 4
}
]
}