Commit graph

12 commits

Author SHA1 Message Date
KalmeMarq
09ba027f9b
Fix chat messages (#272)
* 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>
2022-01-20 20:38:11 +01:00
KalmeMarq
1b08956d10
Mobile controls (#262)
* 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
2021-12-25 22:50:40 +01:00
KalmeMarq
5fe0807a25
Added url/querystring to deps and fixed chat (#259)
* 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.
2021-12-24 17:28:38 +01:00
KalmeMarq
ed011b07fd
UI reorganized and options (#257)
* added readme pt-pt

* ui reorganized, keybinds, foodbar, panorama, etc
2021-12-24 13:00:07 +01:00
Romain Beaumont
1033404f91 migrate to lit 2021-11-12 21:08:49 +00:00
Pandapip1
180e1243c4
Makes chat auto fade away (and fixes CI) (#236) 2021-11-05 13:00:28 -04:00
PondWader
edec62a20f
Adding Game Menu (#179)
* 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
2021-04-06 13:31:02 +02:00
Romain Beaumont
ceca3bfcfa enable chat in next tick to avoid t being entered 2021-03-16 20:55:28 +00:00
Moondarker
9a5c008530
Using stackable key events instead of document.onkey/*whatever*/ (#104) 2021-03-16 03:16:37 +01:00
Romain Beaumont
cc1a14ea4b
move chat to web component (#91) 2021-03-14 20:34:35 +01:00
Karang
776f1ab772 Fix moving in chat, fix breaking snapping view 2021-03-02 05:07:12 +01:00
Romain Beaumont
8249a48646 add ugly chat box from https://github.com/AwesomestCode/mineflayer-web-test/branches 2021-02-27 23:18:58 +00:00