package love.distributedrebirth.demo4d.desktop; import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; /** * Desktop game app base config. */ @BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public final class DesktopConfig { public static int WINDOW_WIDTH = 1024; public static int WINDOW_HEIGHT = 768; public static String WINDOW_TITLE = "demo⁴ᴰ"; public static String[] WINDOW_ICONS = { "icon/window-128.png", "icon/window-32.png", "icon/window-16.png" }; public static void printBootMessage() { System.out.println("=========================="); System.out.println(" @Ω\u4ed9⁴ ˧꜏⋇꜊꜔ ⁴ﷲΩ@ "); System.out.println(" ©Δ∞ 仙上主天 "); System.out.println("בְּרֵאשִׁית :o: יְסוֺד :o: יִשְׂרָאֵל"); System.out.println("=========================="); System.out.println("Welcome to the matrix;"); System.out.println("Starting demo⁴ᴰ now..."); } }