-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Merrokitsune/Marisa-hair-modifications-
Modified marisa hair sprite.
- Loading branch information
Showing
6 changed files
with
42 additions
and
20 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
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/_Ronstation/Entities/Mobs/Customization/human_hair.yml
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,21 @@ | ||
- type: marking | ||
id: HumanHairFluffy | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
sprites: | ||
- sprite: Ronstation/Mobs/Customization/human_hair.rsi | ||
state: fluffy | ||
- type: marking | ||
id: HumanHairMarisa | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
sprites: | ||
- sprite: _Ronstation/Mobs/Customization/human_hair.rsi | ||
state: marisa | ||
- type: marking | ||
id: HumanHairClassicMarisa | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
sprites: | ||
- sprite: _Ronstation/Mobs/Customization/human_hair.rsi | ||
state: classicmarisa |
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
File renamed without changes
Binary file added
BIN
+883 Bytes
Resources/Textures/_Ronstation/Mobs/Customization/human_hair.rsi/marisa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/_Ronstation/Mobs/Customization/human_hair.rsi/meta.json
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,19 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "classicmarisa taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/pull/28877/commits/e2aeb654b7fc6871a4c4ef5f03485d870e940423, and made derivative by Merrokitsune in modified form as marisa.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "classicmarisa", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "marisa", | ||
"directions": 4 | ||
} | ||
] | ||
} |