fix meta.json (#537)

This commit is contained in:
ThereDrD0
2024-08-01 21:38:45 +03:00
committed by GitHub
parent 6d54f43112
commit e87ac6f5c9

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by brainfood1183 (github)", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -11,14 +11,15 @@
"name": "icon" "name": "icon"
}, },
{ {
"name": "icon-flash" "name": "equipped-BACKPACK",
},
{
"name": "off-equipped-HELMET",
"directions": 4 "directions": 4
}, },
{ {
"name": "on-equipped-HELMET", "name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4 "directions": 4
} }
] ]