Recently we've changed from Java coding to XNA. XNA is used for Microsoft applications, and in this class we will be using it specifically for Windows Games. At first we just learned how to change the color of the background. This is done by
GraphicsDevice.Clear(Color);
The default color for Windows Game is 'Cornflower Blue'. Intellisense is really cool, It's a feature inside Windows Visual Studio 2010 that completes the code for you, saving a lot of time and helping you in case you forget what you needed to type next.
No comments:
Post a Comment