-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 6449fe9. # Description Description. --- # TODO - [ ] Task - [x] Completed Task --- <details><summary><h1>Media</h1></summary> <p> <!-- ![Example Media Embed](https://example.com/thisimageisntreal.png) --> </p> </details> --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog, ex: `:cl: Death`, it will default to your GitHub display name --> :cl: - add: Added fun! - tweak: Tweaked fun! - fix: Fixed fun! - remove: Removed fun!
- Loading branch information
1 parent
402b6b0
commit 2c2213e
Showing
5 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- type: entity | ||
parent: ClothingUniformSkirtBase | ||
id: ClothingHanbok | ||
description: A traditional Korean dress | ||
components: | ||
- type: Sprite | ||
sprite: Caldera\Clothing\Hanbok.rsi | ||
- type: Clothing | ||
sprite: Caldera\Clothing\Hanbok.rsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+553 Bytes
Resources/Textures/Caldera/Clothing/Hanbok.rsi/Equipped-INNERCLOTHING.png
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Plyush/katayusha", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING", | ||
"directions": 4 | ||
} | ||
] | ||
} |