Wall lights now require light bulbs. (#151)

* Adds light_tube.rsi

Sprites taken from CEV Eris!

* Adds LightBulbComponent

* Wall lights now use light bulbs!

* Light bulb now updates its sprite when it changes.

* Comments the code.

* Adds license and copyright to new sprites
This commit is contained in:
Víctor Aguilera Puerto
2019-03-22 23:59:13 +01:00
committed by Pieter-Jan Briers
parent 58e8aef5d8
commit b3aa1f6dcd
9 changed files with 299 additions and 23 deletions

View File

@@ -86,6 +86,7 @@
<Compile Include="GameObjects\Components\Mobs\DamageThresholdTemplates\HumanTemplate.cs" />
<Compile Include="GameObjects\Components\Mobs\MindComponent.cs" />
<Compile Include="GameObjects\Components\Mobs\SpeciesComponent.cs" />
<Compile Include="GameObjects\Components\Power\LightBulbComponent.cs" />
<Compile Include="GameObjects\Components\Power\PowerCellComponent.cs" />
<Compile Include="GameObjects\Components\Power\PowerStorageComponent.cs" />
<Compile Include="GameObjects\Components\Power\PowerGeneratorComponent.cs" />