silphius/app/ecs-components/sprite.js

9 lines
192 B
JavaScript
Raw Normal View History

2024-06-10 22:42:30 -05:00
export default {
2024-06-12 14:31:12 -05:00
animation: {type: 'string'},
elapsed: {type: 'float32'},
frame: {type: 'uint16'},
frames: {type: 'uint16'},
source: {type: 'string'},
speed: {type: 'float32'},
2024-06-10 22:42:30 -05:00
};