фиксы отображения резоми в меню (#3637)

This commit is contained in:
banumbas 2026-01-05 19:42:19 +03:00 committed by GitHub
parent 8649a3974a
commit 03965f2461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 115 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
]
]
}
]
}

View file

@ -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
}
]
}