mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Updated against suggestions
This commit is contained in:
+2
-2
@@ -605,9 +605,9 @@
|
|||||||
switch(e.which) {
|
switch(e.which) {
|
||||||
case 38: // Up
|
case 38: // Up
|
||||||
case 87:
|
case 87:
|
||||||
if(Engine.activeModule == Outside || Engine.activeModule == Path)
|
if(Engine.activeModule == Outside || Engine.activeModule == Path) {
|
||||||
Engine.activeModule.scrollSidebar('up');
|
Engine.activeModule.scrollSidebar('up');
|
||||||
|
}
|
||||||
Engine.log('up');
|
Engine.log('up');
|
||||||
break;
|
break;
|
||||||
case 40: // Down
|
case 40: // Down
|
||||||
|
|||||||
Reference in New Issue
Block a user