Skip to content

Commit

Permalink
Add comment about name of JS entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Dec 29, 2024
1 parent 75b4363 commit 331f2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

<script type="module">
// Starting the game
// The template uses `bevy_app.js`, which will be replaced by the name of the generated JS entrypoint when creating the local web server
import init from "./build/bevy_app.js";
init().catch((error) => {
if (
Expand Down

0 comments on commit 331f2c5

Please sign in to comment.