@@ -2,11 +2,15 @@
|
|||||||
id: MedalCase
|
id: MedalCase
|
||||||
name: medal case
|
name: medal case
|
||||||
description: Case with medals.
|
description: Case with medals.
|
||||||
parent: BaseStorageItem
|
parent: [ BaseStorageItem, BaseBagOpenClose ]
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Storage/medalcase.rsi
|
sprite: Objects/Storage/medalcase.rsi
|
||||||
state: icon
|
layers:
|
||||||
|
- state: closed
|
||||||
|
- state: open
|
||||||
|
map: ["openLayer"]
|
||||||
|
- type: Appearance
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Storage/medalcase.rsi
|
sprite: Objects/Storage/medalcase.rsi
|
||||||
size: Normal
|
size: Normal
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/closed.png
Normal file
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/closed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 445 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 307 B |
Binary file not shown.
|
After Width: | Height: | Size: 312 B |
@@ -1,14 +1,25 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Made by AsikKEsel",
|
"copyright": "Taken from Beestation-Hornet at https://github.com/BeeStation/BeeStation-Hornet/commit/d06dde90f7bb6e6ba1b4a34bcc2a4624dbb1518c",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "closed"
|
||||||
},
|
},
|
||||||
"states": [
|
{
|
||||||
{
|
"name": "open"
|
||||||
"name": "icon"
|
},
|
||||||
}
|
{
|
||||||
]
|
"name": "inhand-left",
|
||||||
}
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/open.png
Normal file
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 488 B |
Reference in New Issue
Block a user