irv77-eaglercraft-mobile/README.md

29 lines
773 B
Markdown
Raw Normal View History

2024-05-28 19:49:44 -07:00
# 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!