From 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 15:02:35 -0500 Subject: Use new lib components --- lib/systems/control_mapper.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/systems/control_mapper.js') diff --git a/lib/systems/control_mapper.js b/lib/systems/control_mapper.js index c39aea3..c0ab05e 100644 --- a/lib/systems/control_mapper.js +++ b/lib/systems/control_mapper.js @@ -2,8 +2,6 @@ import { System } from '@serpentity/serpentity'; import ControllableNode from '../nodes/controllable'; -/* global navigator window */ - const internals = { gamepadState: { }, @@ -153,5 +151,5 @@ export default class ControlMapperSystem extends System { currentObject[finalProperty] += finalValue; } } -}; +} -- cgit