Skip to content

Commit

Permalink
add guitar bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Fragoler committed Aug 16, 2024
1 parent 0fd3556 commit 835ed6f
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingBackpackGuitarBag = чехол для гитары
.desc = Это чехол для гитары, но в него помещается не только гитара
23 changes: 23 additions & 0 deletions Resources/Prototypes/Exodus/Entities/Objects/Misc/guitar_bag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
parent: [ ClothingBackpack, BaseBagOpenClose ]
id: ClothingBackpackGuitarBag
name: guitar bag
description: guitar bag, but also can contain something else
components:
- type: Storage
grid:
- 0,0,1,4
- type: Sprite
layers:
- state: closed
- state: open
map: ["openLayer"]
visible: false
sprite: Exodus/Objects/Misc/guitarbag.rsi
- type: Appearance
- type: GenericVisualizer
visuals:
enum.SharedBagOpenVisuals.BagState:
openLayer:
Open: { visible: true }
Closed: { visible: false }
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions Resources/Textures/Exodus/Objects/Misc/guitarbag.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": 1,
"license": "CC-BY-NC-ND-4.0",
"copyright": "By neo3301",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "closed"
},
{
"name": "open"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BACK",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 835ed6f

Please sign in to comment.