import Component from '@/ecs/component.js'; export default class Light extends Component { static properties = { brightness: {defaultValue: 1, type: 'float32'}, radius: {type: 'uint8'}, }; }