makes the maple wing marking have a primary and a secondary color (#31691)

bogos binted
This commit is contained in:
Boaz1111
2024-09-07 07:48:40 +02:00
committed by GitHub
parent 407dd985c0
commit 3a3a5fbaf4
6 changed files with 10 additions and 3 deletions

View File

@@ -94,7 +94,8 @@ marking-MothWingsJungle = Wings (Jungle)
marking-MothWingsLadybug-ladybug = Wing
marking-MothWingsLadybug = Wings (Ladybug)
marking-MothWingsMaple-maple = Wing
marking-MothWingsMaple-maple_primary = Primary
marking-MothWingsMaple-maple_secondary = Secondary
marking-MothWingsMaple = Wings (Maple)
marking-MothWingsMoffra-moffra_primary = Primary

View File

@@ -285,7 +285,9 @@
speciesRestriction: [Moth]
sprites:
- sprite: Mobs/Customization/Moth/moth_wings.rsi
state: maple
state: maple_primary
- sprite: Mobs/Customization/Moth/moth_wings.rsi
state: maple_secondary
- type: marking
id: MothWingsMoffra

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

View File

@@ -64,7 +64,11 @@
"directions": 4
},
{
"name": "maple",
"name": "maple_primary",
"directions": 4
},
{
"name": "maple_secondary",
"directions": 4
},
{