diff --git a/Resources/Prototypes/White/Actions/emotes.yml b/Resources/Prototypes/White/Actions/emotes.yml index c190c9c284..d924cdd4c7 100644 --- a/Resources/Prototypes/White/Actions/emotes.yml +++ b/Resources/Prototypes/White/Actions/emotes.yml @@ -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 diff --git a/Resources/Textures/White/Actions/EmoteFlip.png b/Resources/Textures/White/Actions/EmoteFlip.png new file mode 100644 index 0000000000..2695743082 Binary files /dev/null and b/Resources/Textures/White/Actions/EmoteFlip.png differ diff --git a/Resources/Textures/White/Actions/EmoteJump.png b/Resources/Textures/White/Actions/EmoteJump.png new file mode 100644 index 0000000000..234d3d30d0 Binary files /dev/null and b/Resources/Textures/White/Actions/EmoteJump.png differ diff --git a/Resources/Textures/White/Actions/EmoteTurn.png b/Resources/Textures/White/Actions/EmoteTurn.png new file mode 100644 index 0000000000..b88bf8c4f5 Binary files /dev/null and b/Resources/Textures/White/Actions/EmoteTurn.png differ diff --git a/Resources/Textures/White/Actions/meta.json b/Resources/Textures/White/Actions/meta.json new file mode 100644 index 0000000000..f0f1a859a0 --- /dev/null +++ b/Resources/Textures/White/Actions/meta.json @@ -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" + } + ] + }