@@ -2,11 +2,15 @@
|
||||
id: MedalCase
|
||||
name: medal case
|
||||
description: Case with medals.
|
||||
parent: BaseStorageItem
|
||||
parent: [ BaseStorageItem, BaseBagOpenClose ]
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Storage/medalcase.rsi
|
||||
state: icon
|
||||
layers:
|
||||
- state: closed
|
||||
- state: open
|
||||
map: ["openLayer"]
|
||||
- type: Appearance
|
||||
- type: Item
|
||||
sprite: Objects/Storage/medalcase.rsi
|
||||
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,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by AsikKEsel",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Beestation-Hornet at https://github.com/BeeStation/BeeStation-Hornet/commit/d06dde90f7bb6e6ba1b4a34bcc2a4624dbb1518c",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "closed"
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "open"
|
||||
},
|
||||
{
|
||||
"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