mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-21 01:58:03 +02:00
Update Mapscii.js: Add '+' and '-' as zoom keys
This commit is contained in:
parent
4fe9a60a0c
commit
4c56136b32
@ -220,9 +220,11 @@ class Mapscii {
|
||||
process.exit(0);
|
||||
}
|
||||
break;
|
||||
case '+':
|
||||
case 'a':
|
||||
this.zoomBy(config.zoomStep);
|
||||
break;
|
||||
case '-':
|
||||
case 'y':
|
||||
case 'z':
|
||||
this.zoomBy(-config.zoomStep);
|
||||
|
Loading…
x
Reference in New Issue
Block a user