mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-09 05:56:04 -08:00
Added controls
section to readme
This commit is contained in:
parent
2b3a020fe9
commit
1594fec60a
43
README.md
43
README.md
|
@ -59,6 +59,49 @@ If you want to download the source, no building is required. The best way to dow
|
|||
```sh
|
||||
git clone https://github.com/FlamedDogo99/EaglerMobile.git
|
||||
```
|
||||
|
||||
## Controls
|
||||
|
||||
Eagler Mobile provides a variety of mobile controls and gestures to navigate the EaglerCraft client. While many controls mimic Minecraft Pocket Edition's controls, other controls have been added to interact with Minecraft Java Edition features.
|
||||
|
||||
<details>
|
||||
<summary>See list of controls</summary>
|
||||
|
||||
|Input / Gesture|Result|Additional Details|
|
||||
|:-:|:- |:- |
|
||||
|![Walk forward button](images/up.png)| Walk forwards | **On Press**: Shows strafe buttons |
|
||||
|![Strafe left](images/strafeLeft.png)| Strafe left | Hidden without walking forward |
|
||||
|![Strafe right](images/strafeRight.png)| Strafe right | Hidden without walking forward |
|
||||
|![Walk left button](images/left.png)| Walk left |
|
||||
|![Walk right button](images/right.png)| Walk right |
|
||||
|![Walk backwords button](images/left.png)| Walk backwords |
|
||||
|![Jump button](images/jumpButton.png)| Jump | **Double Tap**: Fly
|
||||
|![Crouch button](images/crouch.png)| Crouch | **On Hold**: Locks button |
|
||||
|![Sprint button](images/sprint.png)| Sprint | **On Hold**: Locks button |
|
||||
|![Break block button](images/attack.png)| Break block |
|
||||
|![Place block button](images/place.png)| Place block |
|
||||
|![Select block button](images/select.png)| Select block |
|
||||
|![Inventory button](images/inventory.png)| Open inventory |
|
||||
|![Drop item button](images/drop.png)| Drop item |
|
||||
|![Scroll left button](images/scrollLeft.png)| Scroll left |
|
||||
|![Scroll right button](images/scrollRight.png)| Scroll Right |
|
||||
|![Pause button](images/pauseButton.png)| Pause |
|
||||
|![Chat button](images/chat.png)| Open chat |
|
||||
|![Change perspective button](images/perspective5.png)| Change perspective |
|
||||
|![Screenshot button](images/screenshot.png)| Take screenshot |
|
||||
|![Toggle coordinates button](images/compass.png)| Toggle coordinates |
|
||||
|![Back button](images/backButton.png)| Go back |
|
||||
|![Keyboard button](images/keyboard.png)| Toggle keyboard |
|
||||
|Short touch| Primary click | **On Drag**: Mouse movement
|
||||
|Long touch| Secondary click | **On Drag**: Mouse movement
|
||||
|Two finger touch| Scroll |
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
> [!WARNING]
|
||||
> Because Eagler Mobile does not directly inject code into the EaglerCraft client, Eagler Mobile's touch controls only work for the standard control scheme that the EaglerCraft client is set to start with. Editing the controls in the EaglerCraft client could create unintended behavior.
|
||||
|
||||
## Contributing
|
||||
|
||||
### Suggestions and bug reports
|
||||
|
|
Loading…
Reference in New Issue
Block a user