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

7 lines
119 B
JavaScript

export default {
x0: {type: 'float32'},
x1: {type: 'float32'},
y0: {type: 'float32'},
y1: {type: 'float32'},
}