From b12b4683813991721467090d755dbc31f29b7b32 Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Fri, 7 May 2021 13:12:04 +0200 Subject: [PATCH] dont export event adapter --- public/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/game.js b/public/game.js index b17f77c..5f9d641 100644 --- a/public/game.js +++ b/public/game.js @@ -331,7 +331,7 @@ function initme() { return ID } -export default class EventAdapter { +class EventAdapter { constructor(canvas, window, viewport) { this.events = [] this._viewport = viewport