From f7e7121fce7bd3f7fdabe836955e43b3d194c1c6 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 14 Sep 2024 22:33:35 -0700 Subject: add a spritesheet component --- static/src/engine/debounce_publisher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/src/engine/debounce_publisher.ts') diff --git a/static/src/engine/debounce_publisher.ts b/static/src/engine/debounce_publisher.ts index 8ee4bb0..bc5e95f 100644 --- a/static/src/engine/debounce_publisher.ts +++ b/static/src/engine/debounce_publisher.ts @@ -5,7 +5,7 @@ export class DebouncePublisher { constructor( private readonly publisher: (data: T) => void | Promise, - private readonly debounce_ms = 100, + private readonly debounce_ms = 150, ) {} public start() { -- cgit v1.3