Update AI holo sprite to camera (#31558)

Update AI camera to 13 default

Holo was a placeholder. This is better in the interim.
This commit is contained in:
metalgearsloth
2024-08-28 15:45:15 +10:00
committed by GitHub
parent 60385152b4
commit af79603d9d
3 changed files with 12 additions and 3 deletions

View File

@@ -293,8 +293,8 @@
- 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:
@@ -305,7 +305,7 @@
- type: Sprite
sprite: Mobs/Silicon/station_ai.rsi
layers:
- state: default
- state: ai_camera
shader: unshaded
map: ["base"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

View File

@@ -29,6 +29,15 @@
]
]
},
{
"name": "ai_camera",
"delays": [
[
1.0,
1.0
]
]
},
{
"name": "ai_dead"
},