silphius/app/ecs-components/forces.js

7 lines
139 B
JavaScript
Raw Normal View History

2024-06-25 10:44:37 -05:00
export default {
2024-06-26 07:39:51 -05:00
forceX: {type: 'float32'},
forceY: {type: 'float32'},
2024-06-25 10:44:37 -05:00
impulseX: {type: 'float32'},
impulseY: {type: 'float32'},
}