Adds basic wire object (#6)

* Adds basic wire object

* Tests out the entity parenting system
This commit is contained in:
clusterfack
2017-09-14 23:46:34 -05:00
committed by GitHub
parent 6d28ce7641
commit eee05e1451
4 changed files with 25 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B