forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Telescreen and fix MapRender in origin
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Resources/Prototypes/SS220/Entities/Structures/Wallmount/monitors_televisions.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt | ||
|
||
- type: entity | ||
parent: WallmountTelescreen | ||
id: WallmountTelescreenWireless | ||
suffix: wirless camera monitor | ||
name: телеэкран | ||
components: | ||
- type: Construction | ||
graph: WallmountTelescreen | ||
node: Telescreen | ||
- type: PointLight | ||
radius: 1.5 | ||
energy: 1.6 | ||
color: "#b89f25" | ||
- type: DeviceNetwork | ||
deviceNetId: Wireless | ||
receiveFrequencyId: SurveillanceCamera | ||
transmitFrequencyId: SurveillanceCamera | ||
- type: ViewableStationMap # SS220 Camera-Map |