Tagged Questions
21
votes
3answers
4k views
How can I make this style of 2D “glowing” graphics?
I'm comfortable with the basics of building a 2d sprite based game in XNA, where all my objects are simply .png images that I move around.
What things do I need to learn next to be able to develop a ...
0
votes
0answers
92 views
How to design a graphics options system [closed]
What is the best way to design a graphics options system in a game? For example, we can have an options page (in game) where we can enable or disable some graphics options such as: shadow quality, ...