Closed HenryWConklin closed 10 years ago
Never mind, figured out the screen system, will delete the loops from Game1
I have an error in my project that we can't figure out. It's saying that 'Assets' is incompatible.
Error 1 The imported project "C:\Program Files (x86)\MSBuild\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" was not found. Confirm that the path in the
What order should the screen, game objects, and base class update and draw? Update probably doesn't matter, but what exactly do the screen and base class draw? I put the game objects last for now.