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:
committed by
Pieter-Jan Briers
parent
58e8aef5d8
commit
b3aa1f6dcd
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user