silphius/app/ecs-components/helpers/vector-2d.js

8 lines
101 B
JavaScript
Raw Normal View History

2024-06-14 12:05:02 -05:00
export default (type) => ({
type: 'object',
properties: {
x: {type},
y: {type},
},
});