Skip to content

Commit

Permalink
Merge pull request #27 from Chi-Firka/Rainbow-cat-dog-ears
Browse files Browse the repository at this point in the history
Added rainbow cat & dog ears
  • Loading branch information
superlowfpss authored Dec 1, 2024
2 parents 2ab4833 + fe8d174 commit be1a3cd
Showing 1 changed file with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
- type: entity
parent: ClothingHeadHatCatEars
id: ClothingHeadHatRainbowCatEars
name: радужные кошачьи ушки
components:
- type: Sprite
layers:
- state: icon
shader: unshaded
- type: Clothing
clothingVisuals:
head:
- state: equipped-HELMET
shader: unshaded
- type: Item
heldPrefix: rainbowcatears
inhandVisuals:
left:
- state: inhand-left
shader: unshaded
right:
- state: inhand-right
shader: unshaded
- type: PointLight
energy: 0
- type: RgbLightController
layers: [ 0 ]


- type: entity
parent: ClothingHeadHatDogEars
id: ClothingHeadHatRainbowDogEars
name: радужные собачьи ушки
components:
- type: Sprite
layers:
- state: icon
shader: unshaded
- type: Clothing
clothingVisuals:
head:
- state: equipped-HELMET
shader: unshaded
- type: Item
heldPrefix: rainbowdogears
inhandVisuals:
left:
- state: inhand-left
shader: unshaded
right:
- state: inhand-right
shader: unshaded
- type: PointLight
energy: 0
- type: RgbLightController
layers: [ 0 ]

0 comments on commit be1a3cd

Please sign in to comment.