diff --git a/index.html b/index.html index 6f6af53..3c1036f 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,23 @@ background-color: #ffffff; color: #000000; } + #info { + text-align: left; + min-width: 50vw; + } + details { + text-align: left; + padding: 6px; + padding-left: 8px; + border-radius: 1rem; + background-color: rgba(0,0,0,0.5); + margin-bottom: 1rem; + } + summary { + background-color: rgba(255,255,255,0.1); + padding: 4px; + border-radius: 0.6rem; + }
@@ -52,6 +69,22 @@build.gradle
, set the obfuscate
property to false
.
+ Then, run CompileJS.bat
(or .sh if on a unix-based os), and then run MakeOfflineDownload.bat
. The outputted offline download will have a much larger file size than other offline builds. This is the file you should select.
+ (it should have a naming convention similar to EaglercraftX_1.8_Offline_en_US.html
)
+ ModAPI.hooks.methods
. It does similar things with static properties and constructors, and then hooks into $rt_metadata
to access auxilary information.
+