mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
disable instruments (for now)
This commit is contained in:
parent
c3dee2c3ae
commit
3f9db41045
@ -6,8 +6,6 @@ namespace QSB
|
||||
|
||||
public class QSBInputManager : MonoBehaviour
|
||||
{
|
||||
public static QSBInputManager Instance;
|
||||
|
||||
public static event InputEvent ChertTaunt;
|
||||
|
||||
public static event InputEvent EskerTaunt;
|
||||
@ -20,8 +18,8 @@ namespace QSB
|
||||
|
||||
public static event InputEvent ExitTaunt;
|
||||
|
||||
public void Awake() => Instance = this;
|
||||
|
||||
// TODO : finish instruments - disabled for 0.7.0 release
|
||||
/*
|
||||
public void Update()
|
||||
{
|
||||
if (Input.GetKey(KeyCode.T))
|
||||
@ -55,5 +53,6 @@ namespace QSB
|
||||
ExitTaunt?.Invoke();
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user