added eye warp debug action

This commit is contained in:
Mister_Nebula 2020-11-28 09:55:25 +00:00
parent ab6e797ab5
commit f0cd6a82db
2 changed files with 6 additions and 2 deletions

View File

@ -21,4 +21,4 @@ namespace QSB.Animation
bone.localRotation = Quaternion.Euler(0f, 0f, lookLocalRotation.eulerAngles.x);
}
}
}
}

View File

@ -36,6 +36,10 @@ namespace QSB.Utility
{
InsertWarpCore();
}
if (Input.GetKeyDown(KeyCode.Keypad3))
{
GlobalMessenger.FireEvent("DebugWarpVessel");
}
}
}
}
}