fix: control locking
This commit is contained in:
parent
6a2dddef0e
commit
b2b52b5414
|
@ -35,6 +35,7 @@ export default class Controlled extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static properties = {
|
static properties = {
|
||||||
|
locked: {type: 'uint8'},
|
||||||
moveUp: {type: 'float32'},
|
moveUp: {type: 'float32'},
|
||||||
moveRight: {type: 'float32'},
|
moveRight: {type: 'float32'},
|
||||||
moveDown: {type: 'float32'},
|
moveDown: {type: 'float32'},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user