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

5 lines
65 B
JavaScript

export default {
x: {type: 'uint16'},
y: {type: 'uint16'},
}