2009
02-17
02-17
XNA Part 5 – Game Object Class
Up until now we have had our sprite be a simple Texture2D object with its position property as a separate Vector2 object. To simplify our coding, we are going to create another class to handle our in .... Read More >