* Add component
* Add preload function to hud (required for already existing BossBars)
* Remove useless debug log
* Display bars
* Values and colors
* Add dividers
* Add titles
* Remove ;
* Make titles smaller
* Delete BossBars
* Store the container
* Update code standard
* Move BossBars to components
* Proper use of LitElement
* Code style improvements
* init hotbar before player spawn, fixes hotbar not working when joining
* added readme pt-pt
* added url/querystring deps and fix chat pos/scale
url and querystring were missing in node_modules.
chat scale option wasn't implemented and chat input was on top instead of bottom.
* added bot version text field and guiScale for small screens
text field to choose bot version. gui scale changes on small screens (slider takes no effect then). Removed unused images.
* Update index.js
* bot can now hit entities
Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
* added readme pt-pt
* added url/querystring deps and fix chat pos/scale
url and querystring were missing in node_modules.
chat scale option wasn't implemented and chat input was on top instead of bottom.
* added bot version text field and guiScale for small screens
text field to choose bot version. gui scale changes on small screens (slider takes no effect then). Removed unused images.
* Update index.js
* fix chat messages and chat on top on mobile
* npm fix
* fixed mcData var
* removed debug stuff and fixed color shadow
Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
* added readme pt-pt
* added url/querystring deps and fix chat pos/scale
url and querystring were missing in node_modules.
chat scale option wasn't implemented and chat input was on top instead of bottom.
* added bot version text field and guiScale for small screens
text field to choose bot version. gui scale changes on small screens (slider takes no effect then). Removed unused images.
* added mobile controls
* fixed bot and chat
* mobile controls only appear on mobile or if forced
* lint fix
* added readme pt-pt
* added url/querystring deps and fix chat pos/scale
url and querystring were missing in node_modules.
chat scale option wasn't implemented and chat input was on top instead of bottom.
* added bot version text field and guiScale for small screens
text field to choose bot version. gui scale changes on small screens (slider takes no effect then). Removed unused images.
* Update index.js
Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
* added readme pt-pt
* added url/querystring deps and fix chat pos/scale
url and querystring were missing in node_modules.
chat scale option wasn't implemented and chat input was on top instead of bottom.
* Fixed Chat Glitch
Fixed an annoying glitch where when you click you are locked out of chat. Makes chat smoother to use
* Added Game Menu
Added a game menu for when player presses escape.
NOTE: Player must be out of mouse lock for this to register (so often requires double pressing of escape).
* Block open chat when in game menu
* Linted + removed alert
* Linted
* Made config.json dynamic
* added docker support
* Fixed dockerfile npm install error
* fixed line ends
* Revert "Made config.json dynamic"
This reverts commit 5cb413b9aa.
* config.json is now loaded dynamically
* Made dynamic config work on github page
* config is now dynamically copied
* removed sync-request dependency
Co-authored-by: d513 <ogoniasty513@gmail.com>
* Make a nicer menu
* allow background to be colored + set font
* remove redirect
* replace with login with something more meaningful
* Update menu.js
* Update config.json