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
|
id: EmoteActionFlip
|
||||||
name: emote-flip-action-name
|
name: emote-flip-action-name
|
||||||
description: emote-flip-action-description
|
description: emote-flip-action-description
|
||||||
nospawn: true
|
icon: White/Actions/EmoteFlip.png
|
||||||
components:
|
event: !type:EmoteActionEvent
|
||||||
- type: InstantAction
|
emote: EmoteFlip
|
||||||
icon: Interface/Actions/blight.png
|
|
||||||
event: !type:EmoteActionEvent
|
|
||||||
emote: EmoteFlip
|
|
||||||
|
|
||||||
# jump animation
|
# jump animation
|
||||||
- type: entity
|
- type: entity
|
||||||
id: EmoteActionJump
|
id: EmoteActionJump
|
||||||
name: emote-jump-action-name
|
name: emote-jump-action-name
|
||||||
description: emote-jump-action-description
|
description: emote-jump-action-description
|
||||||
nospawn: true
|
icon: White/Actions/EmoteJump.png
|
||||||
components:
|
event: !type:EmoteActionEvent
|
||||||
- type: InstantAction
|
emote: EmoteJump
|
||||||
icon: Interface/Actions/blight.png
|
|
||||||
event: !type:EmoteActionEvent
|
|
||||||
emote: EmoteJump
|
|
||||||
|
|
||||||
# turn around in 4 directions animation
|
# turn around in 4 directions animation
|
||||||
- type: entity
|
- type: entity
|
||||||
id: EmoteActionTurn
|
id: EmoteActionTurn
|
||||||
name: emote-turn-action-name
|
name: emote-turn-action-name
|
||||||
description: emote-turn-action-description
|
description: emote-turn-action-description
|
||||||
nospawn: true
|
icon: White/Actions/EmoteTurn.png
|
||||||
components:
|
event: !type:EmoteActionEvent
|
||||||
- type: InstantAction
|
emote: EmoteTurn
|
||||||
icon: Interface/Actions/blight.png
|
|
||||||
event: !type:EmoteActionEvent
|
|
||||||
emote: EmoteTurn
|
|
||||||
|
|
||||||
|
|
||||||
# Using EmoteAnimation from IC action chat
|
# 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