chore: descriptions

This commit is contained in:
cha0s 2020-06-18 03:55:26 -05:00
parent 8b6c790a32
commit 94c0c2abb5

View File

@ -27,6 +27,23 @@ export default class Directional extends decorate(Trait) {
};
}
static describeParams() {
return {
directionCount: {
type: 'number',
label: '# of directions',
options: {
1: 1,
4: 4,
},
},
trackMovement: {
type: 'bool',
label: 'Track movement',
},
};
}
static describeState() {
return {
direction: {