i have this sprite:
TextureAtlasSprite {
color: Default::default(),
index: 0,
flip_x: false,
flip_y: false,
custom_size: ????,
..Default::default()
}```
apparently custom size needs to be an Option<Vec2> but nothing i can think of putting in this spot works, any advice?