Added baby and cube hair (awesome) (#39680)
* Added baby and cube hair (awesome) * added yml and ftl (oops) * Update cube.png Made cube smaller
This commit is contained in:
parent
af755968a9
commit
43e899f97d
|
|
@ -2,6 +2,7 @@ marking-HumanHairAfro = Afro
|
|||
marking-HumanHairAfro2 = Afro 2
|
||||
marking-HumanHairBigafro = Afro (Large)
|
||||
marking-HumanHairAntenna = Ahoge
|
||||
marking-HumanHairBaby = Baby
|
||||
marking-HumanHairBalding = Balding Hair
|
||||
marking-HumanHairBedhead = Bedhead
|
||||
marking-HumanHairBedheadv2 = Bedhead 2
|
||||
|
|
@ -59,6 +60,7 @@ marking-HumanHairCornrowbraid = Cornrow Braid
|
|||
marking-HumanHairCornrowtail = Cornrow Tail
|
||||
marking-HumanHairCrewcut = Crewcut
|
||||
marking-HumanHairCrewcut2 = Crewcut 2
|
||||
marking-HumanHairCube = Cube
|
||||
marking-HumanHairCurls = Curls
|
||||
marking-HumanHairC = Cut Hair
|
||||
marking-HumanHairDandypompadour = Dandy Pompadour
|
||||
|
|
|
|||
|
|
@ -12,6 +12,13 @@
|
|||
sprites:
|
||||
- sprite: Mobs/Customization/human_hair.rsi
|
||||
state: afro2
|
||||
- type: marking
|
||||
id: HumanHairBaby
|
||||
bodyPart: Hair
|
||||
markingCategory: Hair
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/human_hair.rsi
|
||||
state: baby
|
||||
- type: marking
|
||||
id: HumanHairBigafro
|
||||
bodyPart: Hair
|
||||
|
|
@ -54,6 +61,13 @@
|
|||
sprites:
|
||||
- sprite: Mobs/Customization/human_hair.rsi
|
||||
state: bedheadv3
|
||||
- type: marking
|
||||
id: HumanHairCube
|
||||
bodyPart: Hair
|
||||
markingCategory: Hair
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/human_hair.rsi
|
||||
state: cube
|
||||
- type: marking
|
||||
id: HumanHairPulato
|
||||
bodyPart: Hair
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 439 B |
Binary file not shown.
|
After Width: | Height: | Size: 640 B |
|
|
@ -4,7 +4,7 @@
|
|||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi ,resprited by Alekshhh, a modified by potato1234x, uneven and tailed is drawn by Ubaser, doublebun_long by Emisse, longbundled and bob5 sprited by github:DreamlyJack(624946166152298517), pulato.png made by DreamlyJack, b.png and b_alt.png modified and sprited by KingFroozy (github), long_with_bangs shaped and longbow by Futuristic (and Pyvik) for SS14",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi ,resprited by Alekshhh, a modified by potato1234x, uneven and tailed is drawn by Ubaser, doublebun_long by Emisse, longbundled and bob5 sprited by github:DreamlyJack(624946166152298517), pulato.png made by DreamlyJack, b.png and b_alt.png modified and sprited by KingFroozy (github), long_with_bangs shaped and longbow by Futuristic (and Pyvik) for SS14, cube and baby by CoolioDudio",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"states": [
|
||||
{
|
||||
|
|
@ -35,6 +35,10 @@
|
|||
"name": "b_alt",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "baby",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "baldfade",
|
||||
"directions": 4
|
||||
|
|
@ -243,6 +247,10 @@
|
|||
"name": "crewcut2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "cube",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "curls",
|
||||
"directions": 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue