Merge pull request #129 from frosty-dev/animation-icons

[Tweak] Иконки для эмоуты анимаций
# Conflicts:
#	Resources/Prototypes/White/Actions/emotes.yml
This commit is contained in:
DocNight
2023-05-28 16:13:01 +03:00
committed by Remuchi
parent 111680e9a5
commit 25252e0697
5 changed files with 29 additions and 18 deletions

View File

@@ -3,36 +3,27 @@
id: EmoteActionFlip
name: emote-flip-action-name
description: emote-flip-action-description
nospawn: true
components:
- type: InstantAction
icon: Interface/Actions/blight.png
event: !type:EmoteActionEvent
emote: EmoteFlip
icon: White/Actions/EmoteFlip.png
event: !type:EmoteActionEvent
emote: EmoteFlip
# jump animation
- type: entity
id: EmoteActionJump
name: emote-jump-action-name
description: emote-jump-action-description
nospawn: true
components:
- type: InstantAction
icon: Interface/Actions/blight.png
event: !type:EmoteActionEvent
emote: EmoteJump
icon: White/Actions/EmoteJump.png
event: !type:EmoteActionEvent
emote: EmoteJump
# turn around in 4 directions animation
- type: entity
id: EmoteActionTurn
name: emote-turn-action-name
description: emote-turn-action-description
nospawn: true
components:
- type: InstantAction
icon: Interface/Actions/blight.png
event: !type:EmoteActionEvent
emote: EmoteTurn
icon: White/Actions/EmoteTurn.png
event: !type:EmoteActionEvent
emote: EmoteTurn
# Using EmoteAnimation from IC action chat

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By SS14 White Dream",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "EmoteFlip"
},
{
"name": "EmoteJump"
},
{
"name": "EmoteTurn"
}
]
}