Blueprint tweaks. (#36609)
* Blueprint tweaks. * Inhand fixes. --------- Co-authored-by: RedBookcase <Usualmoves@gmail.com>
This commit is contained in:
@@ -9,8 +9,12 @@
|
||||
sprite: Objects/Tools/blueprint.rsi
|
||||
state: icon
|
||||
- type: Item
|
||||
sprite: Objects/Tools/blueprint.rsi
|
||||
size: Normal
|
||||
shape:
|
||||
- 0,0,2,0
|
||||
storedSprite:
|
||||
sprite: Objects/Tools/blueprint.rsi
|
||||
state: storage
|
||||
- type: Blueprint
|
||||
- type: StaticPrice
|
||||
price: 1000
|
||||
@@ -27,6 +31,7 @@
|
||||
- type: Blueprint
|
||||
providedRecipes:
|
||||
- Fulton
|
||||
- FultonBeacon
|
||||
|
||||
- type: entity
|
||||
parent: BaseBlueprint
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 449 B |
Binary file not shown.
|
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 459 B |
@@ -1,12 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/dd749c36c416a6960782732cecf25e5ebac326e8",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/dd749c36c416a6960782732cecf25e5ebac326e8. Storage sprite by RedBookcase on Github.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "storage"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
@@ -14,9 +20,6 @@
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Tools/blueprint.rsi/storage.png
Normal file
BIN
Resources/Textures/Objects/Tools/blueprint.rsi/storage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 312 B |
Reference in New Issue
Block a user