mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Update npm dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user