Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 419 Bytes

File metadata and controls

18 lines (14 loc) · 419 Bytes
description icon
How to create a chair
chair

Chair

In order to create a chair you just have to follow the furniture creation tutorial and add a simple attribute to the furniture to make it "sittable".

behaviours:
  furniture:
    small: true
  furniture_sit:
    sit_height: 0.5

As you can see you just have to add the furniture_sit behaviour and specify the sit_height.