Skip to content

Commit

Permalink
In-hand apprasial tool sprite (#32849)
Browse files Browse the repository at this point in the history
* golden apprasial tool when

* thanks evan. very cool
  • Loading branch information
UBlueberry authored Oct 22, 2024
1 parent 445cad4 commit c1d5e6f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 18 additions & 10 deletions Resources/Textures/Objects/Tools/appraisal-tool.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"copyright" : "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/device.dmi state export_scanner at commit 7544e865d0771d9bd917461e9da16d301fe40fc3.",
"copyright" : "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/device.dmi state export_scanner at commit 7544e865d0771d9bd917461e9da16d301fe40fc3. In-hand sprites made by obscenelytinyshark for use in SS14.",
"license" : "CC-BY-SA-3.0",
"size" : {
"x" : 32,
"y" : 32
},
"states" : [
{
"name" : "icon"
},
{
"name": "equipped-BELT",
"directions": 4
}
],
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
}
],
"version" : 1
}

0 comments on commit c1d5e6f

Please sign in to comment.