Fixes up lizard tails for markings (#7948)

This commit is contained in:
Flipp Syder
2022-05-05 03:31:48 -07:00
committed by GitHub
parent 0502d3dec4
commit 65da5fbae0
5 changed files with 16 additions and 8 deletions

View File

@@ -31,10 +31,6 @@
drawdepth: Mobs
scale: 1, 1
layers:
- map: [ "enum.HumanoidVisualLayers.Tail" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "enum.HumanoidVisualLayers.Chest" ]
color: "#34a223"
sprite: Mobs/Species/Reptilian/parts.rsi
@@ -115,6 +111,10 @@
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "enum.HumanoidVisualLayers.Tail" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "mask" ]
- map: [ "head" ]
- map: [ "pocket1" ]
@@ -173,8 +173,6 @@
drawdepth: Mobs
scale: 1, 1
layers:
- map: [ "enum.HumanoidVisualLayers.Tail" ]
visible: false
- map: [ "enum.HumanoidVisualLayers.Chest" ]
color: "#34a223"
sprite: Mobs/Species/Reptilian/parts.rsi
@@ -184,6 +182,8 @@
sprite: Mobs/Species/Reptilian/parts.rsi
state: head_m
- map: [ "enum.HumanoidVisualLayers.Snout" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "enum.HumanoidVisualLayers.Eyes" ]
color: "#008800"
@@ -246,8 +246,16 @@
- map: [ "neck" ]
- map: [ "back" ]
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "enum.HumanoidVisualLayers.HeadTop" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "enum.HumanoidVisualLayers.Tail" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "mask" ]
- map: [ "head" ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB