medal case sprite (#24147)

medal case no longer cigar case lmao
This commit is contained in:
Emisse
2024-01-16 00:53:10 -07:00
committed by GitHub
parent 7e101f6e19
commit f33307e766
7 changed files with 30 additions and 15 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B