Solar panels occlusion and tracking (#961)
This commit is contained in:
@@ -201,3 +201,19 @@
|
||||
interfaces:
|
||||
- key: enum.CommunicationsConsoleUiKey.Key
|
||||
type: CommunicationsConsoleBoundUserInterface
|
||||
|
||||
- type: entity
|
||||
id: ComputerSolarControl
|
||||
parent: ComputerBase
|
||||
name: Solar Control Computer
|
||||
components:
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: ComputerVisualizer2D
|
||||
key: generic_key
|
||||
screen: solar_screen
|
||||
- type: SolarControlConsole
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.SolarControlConsoleUiKey.Key
|
||||
type: SolarControlConsoleBoundUserInterface
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
- type: PowerGenerator
|
||||
- type: SolarPanel
|
||||
supply: 1500
|
||||
- type: Rotatable
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Damageable
|
||||
|
||||
Reference in New Issue
Block a user