Fixed formatting

This commit is contained in:
FlamedDogo99 2024-05-26 16:03:18 -06:00
parent 6784340f37
commit 19e7b49650

View File

@ -1,14 +1,13 @@
// ==UserScript== // ==UserScript==
// @name Eagler Mobile // @name Eagler Mobile
// @description Allows eaglercraft to run on mobile, adds touch controls, and fixes a few mobile-related crashes // @description Allows eaglercraft to run on mobile, adds touch controls, and fixes a few mobile-related crashes
// @author FlamedDogo99 // @author FlamedDogo99
// @namespace http://github.com/FlamedDogo99 // @namespace http://github.com/FlamedDogo99
// @downloadURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js // @downloadURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js
// // @license Apache License 2.0 - http://www.apache.org/licenses/
// @license Apache License 2.0 - http://www.apache.org/licenses/
// @match https://eaglercraft.com/mc/* // @match https://eaglercraft.com/mc/*
// @grant none // @grant none
// @version 1.1 // @version 1.1
// @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js // @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==