2D Lighting

Does anyone know whether changing the lighting in a 2D game will also change the color of my sprites? For example, if I want a day and night version of my game, will dimming the lighting make my game objects darker as well?

If you pick the diffuse-sprite shader, then your sprites will be affected by the lighting in your scene. The default sprite-shader doesn’t take lighting into account.

And if you feel particularly adventurous: Sprite Lamp | Snake Hill Games