Fixes telescreen sprites (#13779)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
sprite: Structures/Machines/computers.rsi
|
sprite: Structures/Machines/computers.rsi
|
||||||
layers:
|
layers:
|
||||||
- map: ["computerLayerBody"]
|
- map: ["computerLayerBody"]
|
||||||
state: television
|
state: telescreen_frame
|
||||||
- map: ["computerLayerScreen"]
|
- map: ["computerLayerScreen"]
|
||||||
state: telescreen
|
state: telescreen
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
|
|||||||
@@ -23,9 +23,10 @@
|
|||||||
description: "A surveillance camera monitor for the wall."
|
description: "A surveillance camera monitor for the wall."
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Machines/computers.rsi
|
sprite: Structures/Machines/computers.rsi
|
||||||
state: telescreen
|
state: telescreen_frame
|
||||||
objectType: Structure
|
objectType: Structure
|
||||||
placementMode: SnapgridCenter
|
placementMode: SnapgridCenter
|
||||||
|
canBuildInImpassable: true
|
||||||
|
|
||||||
# POWER
|
# POWER
|
||||||
- type: construction
|
- type: construction
|
||||||
|
|||||||
@@ -1606,6 +1606,10 @@
|
|||||||
"name": "telescreen",
|
"name": "telescreen",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "telescreen_frame",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "telescreen_broken",
|
"name": "telescreen_broken",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 723 B After Width: | Height: | Size: 630 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user