Set the entity emissive (self-illumination) color. The default emissive color is black (vector3(0,0,0)).
vector3(0,0,0)
When the emissive color is white (vector3(1,1,1)), the ambient light color won't darken the entity sprite.
vector3(1,1,1)