silphius/app/ecs-components/controlled.js
2024-06-25 10:44:37 -05:00

9 lines
200 B
JavaScript

export default {
locked: {type: 'uint8'},
moveUp: {type: 'float32'},
moveRight: {type: 'float32'},
moveDown: {type: 'float32'},
moveLeft: {type: 'float32'},
changeSlot: {type: 'int8'},
};