XNA Game Engine Tutorial Series: #2 – Engine, Content, and Services
In this chapter, we’re going to be building the main class of our engine, rightfully called “Engine”. Start off by adding a new file to your “Components” folder called “Engine.cs”. Add the following code to create a static class called “Engine”. The difference between this and all the other classes we’ve created so far is [...]
Tags:
Sean