]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added in-hand sprite for Smile the Slime (#31731)
authorgodisdeadLOL <169250097+godisdeadLOL@users.noreply.github.com>
Mon, 2 Sep 2024 04:36:05 +0000 (07:36 +0300)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 04:36:05 +0000 (22:36 -0600)
added smile the slime in-hand texture

Co-authored-by: YourUsername <you@example.com>
Resources/Prototypes/Entities/Mobs/NPCs/pets.yml
Resources/Textures/Mobs/Pets/smile.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Mobs/Pets/smile.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Mobs/Pets/smile.rsi/meta.json [new file with mode: 0644]

index 7adcd2816ae00ec5b71f597ec24e33345325ce32..6338a294e7715eb82ac3ea61fd8eeb6da6d25d63 100644 (file)
         Caustic: 1
   - type: MultiHandedItem
   - type: Item
+    sprite: Mobs/Pets/smile.rsi
     size: Huge
   - type: SentienceTarget
     flavorKind: station-event-random-sentience-flavor-slime
diff --git a/Resources/Textures/Mobs/Pets/smile.rsi/inhand-left.png b/Resources/Textures/Mobs/Pets/smile.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..a3cbd07
Binary files /dev/null and b/Resources/Textures/Mobs/Pets/smile.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Mobs/Pets/smile.rsi/inhand-right.png b/Resources/Textures/Mobs/Pets/smile.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..a3cbd07
Binary files /dev/null and b/Resources/Textures/Mobs/Pets/smile.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Mobs/Pets/smile.rsi/meta.json b/Resources/Textures/Mobs/Pets/smile.rsi/meta.json
new file mode 100644 (file)
index 0000000..f0b748a
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "Made by yuitop based on assets from https://github.com/tgstation/tgstation",
+    "size": {
+      "x": 32,
+      "y": 32
+    },
+    "states": [
+        {
+            "name": "inhand-right",
+            "directions": 4
+        },
+        {
+            "name": "inhand-left",
+            "directions": 4
+        }
+    ]
+}