silphius/app/ecs-components/visible-aabb.js

7 lines
119 B
JavaScript
Raw Normal View History

2024-06-10 22:42:30 -05:00
export default {
2024-06-12 01:38:05 -05:00
x0: {type: 'float32'},
x1: {type: 'float32'},
y0: {type: 'float32'},
y1: {type: 'float32'},
2024-06-10 22:42:30 -05:00
}