forked from akanyan/mu3-mods
fix(Pause): LEDs
This commit is contained in:
@ -54,6 +54,10 @@ class patch_GameEngine: GameEngine {
|
|||||||
_paused = value;
|
_paused = value;
|
||||||
_notesManager.setPause(value);
|
_notesManager.setPause(value);
|
||||||
_pauseTimer = PAUSE_CD;
|
_pauseTimer = PAUSE_CD;
|
||||||
|
|
||||||
|
if(value == false) {
|
||||||
|
_notesManager.led.setGameColor(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private IEnumerator killTimer(UIDialog dialog) {
|
private IEnumerator killTimer(UIDialog dialog) {
|
||||||
|
Reference in New Issue
Block a user