I've been working my way through a few XNA tutorials recently and think its finally come to the time where I can actually start a project. I'm not particularly new to programming, hadn't used C# before XNA but have used python, VB.net and a little ruby and lua before but never used graphics before XNA (if you ignore GUI's with winforms and messing around with pygame when your not really ready to go there). I have a few small projects in mind (1 may well be able to be made into a larger project aswell) but one of them requires some form of lighting in it, this is something I've not ever used before.
Has anyone got any links to good resources on 2d lighting techniques?
The only thing I've thought of so far is the old pokemon GBA games where they covered the screen with black with a small hole in the middle for the player, I guess that might work and would be easy enough to code but really I want to do some proper lighting.
Any help much appreciated.
Edited by 6677, 02 August 2012 - 04:04 AM.