Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Added crocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
phunnyguy committed Oct 4, 2023
1 parent d75b282 commit c6beb15
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Shoes/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@
sprite: Clothing/Shoes/Misc/damedaneshoes.rsi
- type: Clothing
sprite: Clothing/Shoes/Misc/damedaneshoes.rsi

- type: entity
parent: ClothingShoesBaseButcherable
id: ClothingShoesGreenCrocs
name: green crocs
description: Statistics say these will last longer than your life.
components:
- type: Sprite
sprite: Clothing/Shoes/Misc/greencrocs.rsi
- type: Clothing
sprite: Clothing/Shoes/Misc/greencrocs.rsi
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Shoes/Misc/greencrocs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Phunny for SS14, they're just crocs bro.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit c6beb15

Please sign in to comment.