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:
@@ -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"]
|
||||
|
||||
|
||||
BIN
Resources/Textures/Mobs/Silicon/station_ai.rsi/ai_camera.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/station_ai.rsi/ai_camera.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 476 B |
@@ -29,6 +29,15 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ai_camera",
|
||||
"delays": [
|
||||
[
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ai_dead"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user