mirror of
https://github.com/irv77/eaglercraft-mobile.git
synced 2024-11-09 15:56:05 -08:00
29 lines
773 B
Markdown
29 lines
773 B
Markdown
# Eaglercraft Mobile UI
|
|
A branch off of FlamedDogo99's eaglercraft mobile UI!<br>
|
|
Don't know how to manage pull requests so here we are!<br>
|
|
Currently **stil in beta** testing/making so expect some bugs!
|
|
|
|
<hr>
|
|
|
|
## Implementation
|
|
Add following code into `index.html` file of eaglercraft<br>
|
|
|
|
```javascript
|
|
<script type="text/javascript" src="mobile/mobile.js"></script>
|
|
```
|
|
|
|
Then add the `mobile` folder into the same folder.<br>
|
|
A demo of the code can be seen in the [Demo's folder](https://github.com/irv77/eaglercraft-mobile/tree/main/demo/)
|
|
|
|
<hr>
|
|
|
|
## Features
|
|
|
|
- Pocket Edition UI
|
|
- Better controls positioning
|
|
- Toggle perspective
|
|
- Bug fixes from original
|
|
|
|
<hr>
|
|
|
|
Finally [here](https://irv77.github.io/eaglercraft-mobile/demo/) is the live version of the code! |