User:Dro Sarhadian
From TDN
GG Profile InfoMember Name:
Member Since: //
Click here to view my user profile.
Hi, I've tried several time to get this tutorial to work and it simply does not. When using the platformer kit I can't get it to compile. When using the startergame project it compiles (with 1 change) but nothing happens differently to the normal startergame. I'm new to this so I really don't know what is going on in the code.
The change I had to make to compile startergame is:
//Size = new Vector2(800, 600); // Changed System.Drawing.SizeF to Microsoft.Xna.Vector2
Size = new SizeF(800, 600);



