Skip to content

Commit

Permalink
fix incorrect directions in metas
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Sep 30, 2023
1 parent 3db2685 commit 28a387a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
"directions": 4
},
{
"name": "headlight",
"directions": 4
"name": "headlight"
},
{
"name": "icon",
"directions": 4
"name": "icon"
},
{
"name": "inhand-left",
Expand All @@ -52,8 +50,7 @@
"directions": 4
},
{
"name": "visorlit",
"directions": 4
"name": "visorlit"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"directions": 4
},
{
"name": "icon",
"directions": 4
"name": "icon"
},
{
"name": "inhand-left",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"directions": 4
},
{
"name": "icon",
"directions": 4
"name": "icon"
},
{
"name": "inhand-left",
Expand Down
4 changes: 2 additions & 2 deletions Resources/Textures/Objects/Tools/jaws_of_life.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"directions": 4
},
{
"name": "syn-inhand-left",
"name": "syn_inhand-left",
"directions": 4
},
{
"name": "syn-inhand-right",
"name": "syn_inhand-right",
"directions": 4
}
]
Expand Down

0 comments on commit 28a387a

Please sign in to comment.