Update npm dependencies

This commit is contained in:
Eliot Partridge
2019-08-30 10:30:13 -05:00
parent 7603879d35
commit ef316acfe4
9 changed files with 68 additions and 64 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ export class PonyTownGame implements Game {
this.drawOptions.tileGrid = !this.drawOptions.tileGrid;
});
addDebugShortcut(7, 'grayscale', () => {
document.documentElement.style.filter = document.documentElement.style.filter ? null : 'grayscale(100%)';
document.documentElement.style.filter = document.documentElement.style.filter ? '' : 'grayscale(100%)';
});
addDebugShortcut(8, 'show regions', () => {
this.debug.showRegions = !this.debug.showRegions;