From 19e7b49650598b23f6c08814bf7ce3f073272993 Mon Sep 17 00:00:00 2001 From: FlamedDogo99 <96555444+FlamedDogo99@users.noreply.github.com> Date: Sun, 26 May 2024 16:03:18 -0600 Subject: [PATCH] Fixed formatting --- eaglermobile.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/eaglermobile.js b/eaglermobile.js index 6a8e4aa..4e0f37f 100644 --- a/eaglermobile.js +++ b/eaglermobile.js @@ -1,14 +1,13 @@ // ==UserScript== -// @name Eagler Mobile -// @description Allows eaglercraft to run on mobile, adds touch controls, and fixes a few mobile-related crashes +// @name Eagler Mobile +// @description Allows eaglercraft to run on mobile, adds touch controls, and fixes a few mobile-related crashes // @author FlamedDogo99 -// @namespace http://github.com/FlamedDogo99 +// @namespace http://github.com/FlamedDogo99 // @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/* -// @grant none -// @version 1.1 +// @grant none +// @version 1.1 // @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js // @run-at document-start // ==/UserScript==