Solar panels occlusion and tracking (#961)

This commit is contained in:
20kdc
2020-06-02 12:32:18 +01:00
committed by GitHub
parent b4c928b709
commit a09131e817
8 changed files with 564 additions and 31 deletions

View File

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

View File

@@ -84,7 +84,6 @@
- type: PowerGenerator
- type: SolarPanel
supply: 1500
- type: Rotatable
- type: SnapGrid
offset: Center
- type: Damageable