фиксы отображения резоми в меню (#3637)
This commit is contained in:
parent
8649a3974a
commit
03965f2461
10 changed files with 115 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
markingCategory: Tail
|
||||
speciesRestriction: [Milira]
|
||||
sprites:
|
||||
- sprite: _Sunrise/Mobs/Customization/Milira/milira_wings.rsi
|
||||
- sprite: _Sunrise/Mobs/Customization/Milira/wings.rsi
|
||||
state: wing_basic
|
||||
|
||||
- type: marking
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
markingCategory: Tail
|
||||
speciesRestriction: []
|
||||
sprites:
|
||||
- sprite: _Sunrise/Mobs/Customization/Milira/milira_wings.rsi
|
||||
- sprite: _Sunrise/Mobs/Customization/Milira/wings_open.rsi
|
||||
state: wing_basic_open
|
||||
|
||||
- type: marking
|
||||
|
|
@ -22,5 +22,5 @@
|
|||
markingCategory: Tail
|
||||
speciesRestriction: []
|
||||
sprites:
|
||||
- sprite: _Sunrise/Mobs/Customization/Milira/milira_wings.rsi
|
||||
- sprite: _Sunrise/Mobs/Customization/Milira/wings_flight.rsi
|
||||
state: wing_basic_flight
|
||||
|
|
|
|||
|
|
@ -75,4 +75,8 @@
|
|||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Milira
|
||||
- type: MoodVisuals
|
||||
sprite:
|
||||
sprite: _Sunrise/Mobs/Effects/Milira/mood.rsi
|
||||
state: mood_neutral
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "© SUNRISE, An EULA/CLA with a hosting restriction, full text: https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "wing_basic",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 932 B |
|
|
@ -0,0 +1,78 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "© SUNRISE, An EULA/CLA with a hosting restriction, full text: https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 64
|
||||
},
|
||||
"states": [
|
||||
|
||||
{
|
||||
"name": "wing_basic_flight",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "© SUNRISE, An EULA/CLA with a hosting restriction, full text: https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 64
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "wing_basic_open",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Reference in a new issue