Basic example prototype that manages not to crash.

This commit is contained in:
PJB3005
2017-09-25 21:00:53 +02:00
parent fc1c29d14f
commit c85436118a

View File

@@ -0,0 +1,14 @@
- type: entity
name: IT HAS HANDS
id: thing_with_hands
components:
- type: Transform
- type: Hands
hands:
- left
- right
- type: Inventory
slots:
- head
- shoes
- uniform