Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 074239f

Browse files
committed
Add more information to index.js
1 parent 5a7ff09 commit 074239f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
2-
This file is the entrypoint to all scripts.
3-
From here, you can import any other scripts you like.
2+
This file is the entrypoint to all scripts. From here, you can import any other scripts you like.
3+
Or, in this case, we are importing some simple scripts which themselves import other scripts.
4+
5+
If you don't want to use a specifc script, just comment out the import command.
46
*/
57

68
import "./combat/index.js"

0 commit comments

Comments
 (0)