Skip to content

Commit

Permalink
js module
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines authored Aug 17, 2024
1 parent e0e3cd2 commit 9eb3a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4>Equipment</h4>
<script src="./assets/js/music.js"></script>
<script src="./assets/js/player.js"></script>
<script src="./assets/js/equipment.js"></script>
<script src="./assets/js/combat.js"></script>
<script src="./assets/js/combat.js" type="module"></script>
<script src="./assets/js/dungeon.js"></script>
<script src="./assets/js/enemy.js"></script>
<script src="./assets/js/main.js"></script>
Expand Down

0 comments on commit 9eb3a97

Please sign in to comment.