* 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.
* 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