Skip to content

Commit

Permalink
move utils-srcloader to existing aframe-mods dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Feb 16, 2022
1 parent cef7d48 commit 0f08157
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/aframe-mods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ import './arrow-controls.js';
import './gltf-model-loading.js';
import './wasd-speed-controls.js';
import './webrtc-positional-sound.js';
import './utils-srcloader.js';
File renamed without changes.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ console.info(ARENA_VERSION_MSG);

// load order: AFRAME, ARENA, components that depend on AFRAME and ARENA
import 'aframe'; // AFRAME
import './utils/'; // AFRAME
import './arena.js'; // ARENA
import './ui/'; // 2D UI
import './aframe-mods/'; // AFRAME modifications
Expand Down
2 changes: 0 additions & 2 deletions src/utils/index.js

This file was deleted.

0 comments on commit 0f08157

Please sign in to comment.