]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update AI holo sprite to camera (#31558)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 28 Aug 2024 05:45:15 +0000 (15:45 +1000)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 05:45:15 +0000 (15:45 +1000)
Update AI camera to 13 default

Holo was a placeholder. This is better in the interim.

Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Resources/Textures/Mobs/Silicon/station_ai.rsi/ai_camera.png [new file with mode: 0644]
Resources/Textures/Mobs/Silicon/station_ai.rsi/meta.json

index d9f41b67d726b1c75661a2640ab6550bb758af55..e843fbfc239f63831f6b76197c46e6b7b108ebe1 100644 (file)
   - Incorporeal
   - BaseMob
   id: StationAiHolo
-  name: Hologram
-  description: A projection of the AI.
+  name: AI eye
+  description: The AI's viewer.
   noSpawn: true
   suffix: DO NOT MAP
   components:
   - type: Sprite
     sprite: Mobs/Silicon/station_ai.rsi
     layers:
-    - state: default
+    - state: ai_camera
       shader: unshaded
       map: ["base"]
 
diff --git a/Resources/Textures/Mobs/Silicon/station_ai.rsi/ai_camera.png b/Resources/Textures/Mobs/Silicon/station_ai.rsi/ai_camera.png
new file mode 100644 (file)
index 0000000..fd5e2ec
Binary files /dev/null and b/Resources/Textures/Mobs/Silicon/station_ai.rsi/ai_camera.png differ
index a3da52233dd12e0859a1cfc262b5183f5cffd76d..c8d174c57bfc3bb04d9dd67d08e166a4c9bb99ec 100644 (file)
         ]
       ]
     },
+    {
+      "name": "ai_camera",
+      "delays": [
+        [
+          1.0,
+          1.0
+        ]
+      ]
+    },
     {
       "name": "ai_dead"
     },