Merge pull request #129 from frosty-dev/animation-icons
[Tweak] Иконки для эмоуты анимаций # Conflicts: # Resources/Prototypes/White/Actions/emotes.yml
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
Resources/Textures/White/Actions/EmoteFlip.png
Normal file
BIN
Resources/Textures/White/Actions/EmoteFlip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 689 B |
BIN
Resources/Textures/White/Actions/EmoteJump.png
Normal file
BIN
Resources/Textures/White/Actions/EmoteJump.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 543 B |
BIN
Resources/Textures/White/Actions/EmoteTurn.png
Normal file
BIN
Resources/Textures/White/Actions/EmoteTurn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
20
Resources/Textures/White/Actions/meta.json
Normal file
20
Resources/Textures/White/Actions/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user