A simple answer is to make the texture larger, so that you can draw it off-center without exposing the opposite edge. A smarter answer is to create a lighting texture and render to it (fill with black, draw a white blurred circle where you want the light to be), then draw it on top of everything else with the blend mode set to "multiply".
↧