Animation of tails (#128)

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
Litogin
2024-05-04 13:31:14 +03:00
committed by GitHub
parent ba05b56d51
commit 1d233226bb
6 changed files with 40 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/tiefling_tails.rsi
state: tail1
state: tail
- type: marking
id: CP14TieflingTailSpades
@@ -18,4 +18,31 @@
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/tiefling_tails.rsi
state: tail_spades
state: tail_spades
# Animation
- type: marking
id: CP14TieflingTailAnimated
bodyPart: Tail
markingCategory: Tail
speciesRestriction: []
followSkinColor: true
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/tiefling_tails.rsi
state: tail_waggin
- type: marking
id: CP14TieflingTailSpadesAnimated
bodyPart: Tail
markingCategory: Tail
speciesRestriction: []
followSkinColor: true
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/tiefling_tails.rsi
state: tail_spades_waggin

View File

@@ -8,7 +8,15 @@
},
"states": [
{
"name": "tail1",
"name": "tail",
"directions": 4
},
{
"name": "tail_spades",
"directions": 4
},
{
"name": "tail_waggin",
"directions": 4,
"delays": [
[
@@ -54,7 +62,7 @@
]
},
{
"name": "tail_spades",
"name": "tail_spades_waggin",
"directions": 4,
"delays": [
[
@@ -100,4 +108,4 @@
]
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 B

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B