fix console for mode
This commit is contained in:
@ -21,6 +21,7 @@ namespace console._screen {
|
||||
console.addListener(log);
|
||||
brick.buttonUp.onEvent(ButtonEvent.Bumped, () => scroll(-3))
|
||||
brick.buttonDown.onEvent(ButtonEvent.Bumped, () => scroll(3))
|
||||
brick.showConsole();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user