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

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, "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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B