瀏覽代碼

Fixed the Android projects so the missing assets are there.
Fixed the Input demo use to use the TouchState correctly

Dean Ellis 12 年之前
父節點
當前提交
fe37bf610f

二進制
CatapultNetWars/Content/Sounds/BoulderHit.wav


二進制
CatapultNetWars/Content/Sounds/CatapultExplosion.wav


二進制
CatapultNetWars/Content/Sounds/CatapultFire.wav


二進制
CatapultNetWars/Content/Sounds/Lose.wav


二進制
CatapultNetWars/Content/Sounds/RopeStretch.wav


二進制
CatapultNetWars/Content/Sounds/Win.wav


二進制
Input/Content/spriteFont1.xnb


+ 1 - 1
Input/Game1.cs

@@ -132,7 +132,7 @@ namespace MonoGame.Samples.Input
 			spriteBatch.DrawString(font, wandh, new Vector2(GraphicsDevice.Viewport.Width-wh.X, GraphicsDevice.Viewport.Height-wh.Y), Color.Red);
 			
 								
-			if (currentTouchState != null && currentTouchState.Count > 0) 
+			if (currentTouchState.Count > 0) 
 			{
 				for (int i = 0 ; i < currentTouchState.Count; i++)
 				{

二進制
VideoPlayer/Content/sintel_trailer.mp4