silphius/app/ecs-components/position.js
2024-06-10 23:55:06 -05:00

5 lines
52 B
JavaScript

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