Fixes telescreen sprites (#13779)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
ChilbroBaggins
2023-01-28 19:58:06 -06:00
committed by GitHub
parent 9f7880fc7d
commit ad576eb0c5
5 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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