Skip to content

Commit

Permalink
Merge pull request #35 from Merrokitsune/Marisa-hair-modifications-
Browse files Browse the repository at this point in the history
Modified marisa hair sprite.
  • Loading branch information
GitHubUser53123 authored Jan 20, 2025
2 parents 6190348 + 935789c commit 186828e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1349,17 +1349,3 @@
sprites:
- sprite: Mobs/Customization/human_hair.rsi
state: tailed
- type: marking
id: HumanHairFluffyHair
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Ronstation/Mobs/Customization/human_hair.rsi
state: fluffy
- type: marking
id: HumanHairMarisaHair
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Ronstation/Mobs/Customization/human_hair.rsi
state: marisa
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "marisa taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/pull/28877/commits/e2aeb654b7fc6871a4c4ef5f03485d870e940423, fluffy made by welladooom for the Ronstation fork and licensed under CC0-1.0.",
"license": "CC0-1.0",
"copyright": "fluffy made by welladooom for the Ronstation fork.",
"size": {
"x": 32,
"y": 32
Expand All @@ -10,10 +10,6 @@
{
"name": "fluffy",
"directions": 4
},
{
"name": "marisa",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}

0 comments on commit 186828e

Please sign in to comment.