mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
added eye warp debug action
This commit is contained in:
parent
ab6e797ab5
commit
f0cd6a82db
@ -21,4 +21,4 @@ namespace QSB.Animation
|
||||
bone.localRotation = Quaternion.Euler(0f, 0f, lookLocalRotation.eulerAngles.x);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -36,6 +36,10 @@ namespace QSB.Utility
|
||||
{
|
||||
InsertWarpCore();
|
||||
}
|
||||
if (Input.GetKeyDown(KeyCode.Keypad3))
|
||||
{
|
||||
GlobalMessenger.FireEvent("DebugWarpVessel");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user