diff --git a/Resources/Prototypes/Entities/Power.yml b/Resources/Prototypes/Entities/Power.yml new file mode 100644 index 0000000000..c1c294f5c9 --- /dev/null +++ b/Resources/Prototypes/Entities/Power.yml @@ -0,0 +1,25 @@ +- type: entity + id: Wire + name: Wire + components: + - type: Transform + - type: Clickable + - type: Sprite + drawdepth: FloorPlaceable + color: Red + sprites: + - eightdirwire + + - type: Icon + icon: eightdirwire + + snap: + - Wire + +- type: entity + parent: Wire + id: BlueWire + name: BlueWire + components: + - type: Sprite + color: Blue \ No newline at end of file diff --git a/Resources/Prototypes/discoball.yml b/Resources/Prototypes/Entities/discoball.yml similarity index 100% rename from Resources/Prototypes/discoball.yml rename to Resources/Prototypes/Entities/discoball.yml diff --git a/Resources/Prototypes/prototype_test.yml b/Resources/Prototypes/Entities/prototype_test.yml similarity index 100% rename from Resources/Prototypes/prototype_test.yml rename to Resources/Prototypes/Entities/prototype_test.yml diff --git a/Resources/textures/Objects/eightdirwire.png b/Resources/textures/Objects/eightdirwire.png new file mode 100644 index 0000000000..d0786fe1d1 Binary files /dev/null and b/Resources/textures/Objects/eightdirwire.png differ