This commit is contained in:
Willem 2022-02-06 17:19:05 +01:00
parent a3f58468f5
commit 36e349c152
20 changed files with 356 additions and 164 deletions

View file

@ -31,6 +31,8 @@ import love.distributedrebirth.gdxapp.screen.ScreenIntroMission;
import love.distributedrebirth.gdxapp.screen.ScreenLoading;
import love.distributedrebirth.gdxapp.screen.ScreenUnicode4D;
import love.distributedrebirth.gdxapp.screen.SystemBaseGlyphRenderer;
import love.distributedrebirth.numberxd.base2t.Base2Terminator;
import love.distributedrebirth.numberxd.base2t.glyph.BaseGlyphSet;
import love.distributedrebirth.numberxd.base2t.part.warp.TOSWarpCore;
import love.distributedrebirth.numberxd.base2t.part.warp.TOSWarpCoreDriver;
import love.distributedrebirth.numberxd.base2t.part.warp.WaterBucket;
@ -94,6 +96,10 @@ public class Demo4DMain extends Game {
System.out.println("warpcore-nolock: requested");
}
// ref to init, remove later...
BaseGlyphSet.values()[0].BãßAuthorCopyright();
Base2Terminator.INSTANCE.BãßAuthorCopyright();
if (args.contains("full-screen")) {
System.out.println("full-screen: requested");
Gdx.graphics.setFullscreenMode(Gdx.graphics.getDisplayMode());