Interaction Entity System (#26)

* Interaction Entity System

* ye

* Update submodule

* Requires engine update to function, but doesn't use shitcode

* Fix conflicts

* Fix conflicts but for real

* Update submodule
This commit is contained in:
clusterfack
2018-02-05 13:57:26 -06:00
committed by Silver
parent 1f22f8ab6a
commit 1452502fbf
12 changed files with 172 additions and 181 deletions

View File

@@ -4,7 +4,6 @@
components:
- type: Transform
- type: Clickable
- type: Interactable
- type: Sprite
drawdepth: FloorPlaceable
sprites:

View File

@@ -3,7 +3,6 @@
id: BaseItem
components:
- type: Transform
- type: Interactable
- type: Item
- type: Clickable
- type: BoundingBox