Improve autolathe & protolathe visuals.

Used correct Eris autolathe sprite.
Gave them an unlit layer.
This commit is contained in:
Pieter-Jan Briers
2019-10-14 09:57:57 +02:00
parent f3f05b0396
commit 9a38577a18
23 changed files with 612 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Power
{
[Serializable, NetSerializable]
public enum PowerDeviceVisuals
{
Powered
}
}