silphius/app/ecs-components/controlled.js

8 lines
173 B
JavaScript
Raw Normal View History

2024-06-10 22:42:30 -05:00
export default {
2024-06-19 02:02:14 -05:00
moveUp: {type: 'float32'},
moveRight: {type: 'float32'},
moveDown: {type: 'float32'},
moveLeft: {type: 'float32'},
changeSlot: {type: 'int8'},
2024-06-10 22:42:30 -05:00
};