Browse Source

Remove comment

tags/v0.10.4^2
kckckc 2 years ago
parent
commit
677cc168ef
1 changed files with 0 additions and 41 deletions
  1. +0
    -41
      src/client/js/components/components.js

+ 0
- 41
src/client/js/components/components.js View File

@@ -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'


Loading…
Cancel
Save