]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
added a new sprite for the super synthesizer. (#28884)
authorMoomoobeef <62638182+Moomoobeef@users.noreply.github.com>
Thu, 13 Jun 2024 02:20:28 +0000 (19:20 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 02:20:28 +0000 (22:20 -0400)
Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml
Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/meta.json
Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/super-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/supersynth.png [new file with mode: 0644]

index b09ea96f7b422aa5720ea17b2c594347c10fb1e2..a6eaa128d60e08d0f48675e6ae569ee05a953139 100644 (file)
     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
index 96e5157f936f5a9f6eb90f17f13c6abbbc211a5f..2c3dac1d21f30f4ac1d62b0cc3d07e126c3b8356 100644 (file)
@@ -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"
     {
       "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 (file)
index 0000000..9f2631c
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 (file)
index 0000000..d7f2d36
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 (file)
index 0000000..4aa9f32
Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/h_synthesizer.rsi/supersynth.png differ