From: Moomoobeef <62638182+Moomoobeef@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:20:28 +0000 (-0700) Subject: added a new sprite for the super synthesizer. (#28884) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=22b1ec9775a3f4618c3faa780507eee0c1e02c7d;p=space-station-14.git added a new sprite for the super synthesizer. (#28884) --- diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml index b09ea96f7b..a6eaa128d6 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml @@ -140,7 +140,8 @@ respectMidiLimits: false - type: Sprite sprite: Objects/Fun/Instruments/h_synthesizer.rsi - state: icon + state: supersynth - type: Item + heldPrefix: super size: Normal sprite: Objects/Fun/Instruments/h_synthesizer.rsi diff --git a/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/meta.json b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/meta.json index 96e5157f93..2c3dac1d21 100644 --- a/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331", + "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331. Supersynth sprite made by moomoobeef.", "states": [ { "name": "icon" @@ -17,6 +17,17 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "supersynth" + }, + { + "name": "super-inhand-left", + "directions": 4 + }, + { + "name": "super-inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-left.png b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-left.png new file mode 100644 index 0000000000..9f2631cc4c Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-left.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-right.png b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-right.png new file mode 100644 index 0000000000..d7f2d36c1e Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-right.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/supersynth.png b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/supersynth.png new file mode 100644 index 0000000000..4aa9f3249e Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/supersynth.png differ