diff --git a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml index f96fd2848c8..a4f50896b7e 100644 --- a/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml @@ -3,6 +3,7 @@ id: Hiss name: nyan-chat-emote-name-hiss category: Vocal + icon: DeltaV/Interface/Emotes/hiss.png available: false whitelist: components: @@ -21,6 +22,7 @@ id: Meow name: nyan-chat-emote-name-meow category: Vocal + icon: DeltaV/Interface/Emotes/meow.png available: false whitelist: components: @@ -44,6 +46,7 @@ - type: emote id: Mew name: nyan-chat-emote-name-mew + icon: DeltaV/Interface/Emotes/mew.png category: Vocal available: false whitelist: @@ -62,6 +65,7 @@ - type: emote id: Growl name: chat-emote-name-growl + icon: DeltaV/Interface/Emotes/growl.png category: Vocal available: false whitelist: @@ -80,6 +84,7 @@ - type: emote id: Purr name: chat-emote-name-purr + icon: DeltaV/Interface/Emotes/purr.png category: Vocal available: false whitelist: diff --git a/Resources/Textures/DeltaV/Interface/Emotes/attributions.yml b/Resources/Textures/DeltaV/Interface/Emotes/attributions.yml new file mode 100644 index 00000000000..dc630c5387a --- /dev/null +++ b/Resources/Textures/DeltaV/Interface/Emotes/attributions.yml @@ -0,0 +1,12 @@ +# Attempted to keep the files in alphabetical order so its easier to audit. +# Finding individual authors is an unfeasible task. If you can reference the author please do so. + +- files: ["growl.png", "hiss.png", "mew.png", "meow.png"] + license: "CC-BY-SA-3.0" + copyright: "Modifed from existing emote whistle.png by dootythefrooty" + source: "https://github.com/dootythefrooty" + +- files: ["purr.png"] + license: "CC-BY-SA-3.0" + copyright: "created by dootythefrooty" + source: "https://github.com/dootythefrooty" diff --git a/Resources/Textures/DeltaV/Interface/Emotes/growl.png b/Resources/Textures/DeltaV/Interface/Emotes/growl.png new file mode 100644 index 00000000000..78cbd5dbb5f Binary files /dev/null and b/Resources/Textures/DeltaV/Interface/Emotes/growl.png differ diff --git a/Resources/Textures/DeltaV/Interface/Emotes/hiss.png b/Resources/Textures/DeltaV/Interface/Emotes/hiss.png new file mode 100644 index 00000000000..3577c365028 Binary files /dev/null and b/Resources/Textures/DeltaV/Interface/Emotes/hiss.png differ diff --git a/Resources/Textures/DeltaV/Interface/Emotes/meow.png b/Resources/Textures/DeltaV/Interface/Emotes/meow.png new file mode 100644 index 00000000000..2d0ffb5e2af Binary files /dev/null and b/Resources/Textures/DeltaV/Interface/Emotes/meow.png differ diff --git a/Resources/Textures/DeltaV/Interface/Emotes/mew.png b/Resources/Textures/DeltaV/Interface/Emotes/mew.png new file mode 100644 index 00000000000..11eba549fc2 Binary files /dev/null and b/Resources/Textures/DeltaV/Interface/Emotes/mew.png differ diff --git a/Resources/Textures/DeltaV/Interface/Emotes/purr.png b/Resources/Textures/DeltaV/Interface/Emotes/purr.png new file mode 100644 index 00000000000..c19bcaa2418 Binary files /dev/null and b/Resources/Textures/DeltaV/Interface/Emotes/purr.png differ