Update #27 - Fixed crash with fireballs, made offline start faster

This commit is contained in:
lax1dude
2024-03-10 13:28:39 -07:00
parent 0f86f71cfd
commit 6366638193
22 changed files with 511 additions and 61 deletions

View File

@ -124,6 +124,8 @@ The default eaglercraftXOpts values is this:
- `container:` the ID of the HTML element to create the canvas in **(required)**
- `assetsURI:` the URL of the assets.epk file **(required)**
- `localesURI:` the URL where extra .lang files can be found
- `lang`: the default language to use for the game (like "en_US")
- `joinServer`: server address to join when the game launches
- `worldsDB:` the name of the IndexedDB database to store worlds in
- `resourcePacksDB:` the name of the IndexedDB database to store resource packs in
- `demoMode:` whether to launch the game in java edition demo mode