silphius/app/ecs-components/controlled.js

9 lines
200 B
JavaScript
Raw Normal View History

2024-06-10 22:42:30 -05:00
export default {
2024-06-25 10:44:37 -05:00
locked: {type: 'uint8'},
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
};