silphius/app/ecs-components/position.js
2024-06-12 01:38:05 -05:00

5 lines
68 B
JavaScript

export default {
x: {type: 'float32'},
y: {type: 'float32'},
};