Welding tool, plasma cutter & misc item fixes/improvements

This commit is contained in:
Regalis
2015-06-10 01:13:34 +03:00
parent d7fde606e9
commit 270efd77e0
32 changed files with 275 additions and 95 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ namespace Subsurface
if (physicsEnabled)
{
editingCharacter.Control(cam);
editingCharacter.Control(1.0f, cam);
}
else
{
+1 -1
View File
@@ -197,7 +197,7 @@ namespace Subsurface
}
dummyCharacter.ControlLocalPlayer(cam, false);
dummyCharacter.Control(cam);
dummyCharacter.Control((float)deltaTime, cam);
}
else
{
+11
View File
@@ -57,6 +57,17 @@ namespace Subsurface
AmbientSoundManager.Update();
//Vector2 targetMovement = Vector2.Zero;
//if (PlayerInput.KeyDown(Keys.I)) targetMovement.Y += 1.0f;
//if (PlayerInput.KeyDown(Keys.K)) targetMovement.Y -= 1.0f;
//if (PlayerInput.KeyDown(Keys.J)) targetMovement.X -= 1.0f;
//if (PlayerInput.KeyDown(Keys.L)) targetMovement.X += 1.0f;
//foreach (MapEntity e in Structure.mapEntityList)
//{
// e.Move(targetMovement);
//}
if (Game1.GameSession!=null) Game1.GameSession.Update((float)deltaTime);
//EventManager.Update(gameTime);