2
0
Эх сурвалжийг харах

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

Dean Ellis 12 жил өмнө
parent
commit
fe37bf610f

BIN
CatapultNetWars/Content/Sounds/BoulderHit.wav


BIN
CatapultNetWars/Content/Sounds/CatapultExplosion.wav


BIN
CatapultNetWars/Content/Sounds/CatapultFire.wav


BIN
CatapultNetWars/Content/Sounds/Lose.wav


BIN
CatapultNetWars/Content/Sounds/RopeStretch.wav


BIN
CatapultNetWars/Content/Sounds/Win.wav


BIN
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++)
 				{

BIN
VideoPlayer/Content/sintel_trailer.mp4