2024-06-15 20:50:22 -07:00
|
|
|
# <img src=".github/assets/logo.png" alt="EPM Logo" align="right" width="120px">Eagler Pocket Mobile v1.3
|
2024-05-28 20:02:36 -07:00
|
|
|
A revamp of FlamedDogo99's eaglercraft mobile UI using pocked edition UI.<br>
|
2024-06-15 20:44:23 -07:00
|
|
|
Now currently just a reskin with different positions!
|
2024-05-28 19:49:44 -07:00
|
|
|
|
2024-06-15 20:50:22 -07:00
|
|
|
|
2024-06-15 20:44:23 -07:00
|
|
|
<img src=".github/assets/ingame.png" alt="Ingame Photo"><br>
|
2024-05-29 20:21:00 -07:00
|
|
|
|
2024-05-28 19:49:44 -07:00
|
|
|
<hr>
|
|
|
|
|
2024-06-15 20:44:23 -07:00
|
|
|
## Versions
|
|
|
|
__v1.3__ - Condensed code into one file and updated to match original.<br>
|
|
|
|
|
|
|
|
[eaglercraft.com](https://eaglercraft.com) is using __v1.2__ (Not updated yet)
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
Just add following code into `index.html` file of your eaglercraft!<br>
|
2024-05-28 19:49:44 -07:00
|
|
|
|
|
|
|
```javascript
|
2024-06-15 20:50:22 -07:00
|
|
|
<script type="text/javascript" src="eaglerpocketmobile.user.js"></script>
|
2024-05-28 19:49:44 -07:00
|
|
|
```
|
2024-05-28 20:02:36 -07:00
|
|
|
|
2024-06-15 20:50:22 -07:00
|
|
|
_A demo of the code can be seen in the [Demo's folder](https://github.com/irv77/EaglerPocketMobile/tree/main/demo/)_
|
2024-05-28 19:49:44 -07:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
2024-05-29 20:21:00 -07:00
|
|
|
## Features added
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>Click here to expand feature list</summary>
|
|
|
|
|
|
|
|
- [x] Strafe buttons when holding forward
|
|
|
|
- [x] Crouch lock on hold
|
|
|
|
- [x] Sprint button (sperate from double tapping forward)
|
|
|
|
- [ ] Misc Platform support (Controller, Keyboard arrows, etc)
|
|
|
|
- [ ] Cancel button for file upload
|
|
|
|
- [ ] Styling for file upload
|
|
|
|
- [x] Back button for Kiwi browser?
|
|
|
|
- [x] Re-orginize button layout (With new icons)
|
|
|
|
- [ ] Redo the display button functions
|
|
|
|
- [x] Pocket Edition UI
|
2024-05-30 11:03:19 -07:00
|
|
|
- [x] Updated code from main
|
2024-05-29 20:21:00 -07:00
|
|
|
- [x] Bug fixes from original
|
|
|
|
- [ ] Config file for features
|
2024-05-30 11:03:19 -07:00
|
|
|
- [x] Organized Code
|
2024-05-29 20:21:00 -07:00
|
|
|
</details>
|
2024-05-28 19:49:44 -07:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
2024-06-15 20:50:22 -07:00
|
|
|
>__Finally [here](https://irv77.github.io/EaglerPocketMobile/demo/) is the live version of the code!__
|