silphius/app/ecs-components/controlled.js
2024-06-21 04:53:09 -05:00

8 lines
173 B
JavaScript

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