fix: control locking

This commit is contained in:
cha0s 2024-10-18 06:30:57 -05:00
parent 6a2dddef0e
commit b2b52b5414

View File

@ -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'},