From 677cc168ef935e7b87ffc5c19d0a89ea925d5585 Mon Sep 17 00:00:00 2001 From: kckckc Date: Wed, 15 Sep 2021 12:48:33 -0700 Subject: [PATCH] Remove comment --- src/client/js/components/components.js | 41 -------------------------- 1 file changed, 41 deletions(-) diff --git a/src/client/js/components/components.js b/src/client/js/components/components.js index 0e5b5985..945b5fca 100644 --- a/src/client/js/components/components.js +++ b/src/client/js/components/components.js @@ -1,44 +1,3 @@ -// let components = [ -// 'keyboardMover', -// 'mouseMover', -// 'touchMover', -// 'player', -// 'pather', -// 'attackAnimation', -// 'lightningEffect', -// 'moveAnimation', -// 'bumpAnimation', -// 'animation', -// 'light', -// 'lightPatch', -// 'projectile', -// 'particles', -// 'explosion', -// 'spellbook', -// 'inventory', -// 'stats', -// 'chest', -// 'effects', -// 'quests', -// 'events', -// 'resourceNode', -// 'gatherer', -// 'stash', -// 'flash', -// 'chatter', -// 'dialogue', -// 'trade', -// 'reputation', -// 'serverActions', -// 'social', -// 'passives', -// 'sound', -// 'whirlwind', -// 'fadeInOut' -// ].map(function (c) { -// return 'js/components/' + c; -// }); - define([ 'js/system/events', 'js/system/globals'