silphius/app/ecs-components/sprite.js
2024-06-12 14:31:12 -05:00

9 lines
192 B
JavaScript

export default {
animation: {type: 'string'},
elapsed: {type: 'float32'},
frame: {type: 'uint16'},
frames: {type: 'uint16'},
source: {type: 'string'},
speed: {type: 'float32'},
};