workign on the modloader in progress

This commit is contained in:
minjaesong
2021-12-03 16:39:46 +09:00
parent e5a42551e5
commit ebc762e90a
78 changed files with 483 additions and 356 deletions

View File

@@ -259,6 +259,14 @@ public class App implements ApplicationListener {
private static FrameBuffer renderFBO;
public static HashSet<File> tempFilePool = new HashSet<>();
/**
* <p>If your object is not Disposable, try following code:</p>
*
* <code>
* App.disposables.add(Disposable { vm.dispose() })
* </code>
*/
public static HashSet<Disposable> disposables = new HashSet<>();
public static char gamepadLabelStart = 0xE000; // lateinit