Added boot message glyphs
This commit is contained in:
parent
0f9885bbf8
commit
812e80fa5e
|
@ -223,6 +223,8 @@ public class GDXAppTos4Activator implements BundleActivator {
|
|||
StringBuilder buf = new StringBuilder();
|
||||
buf.append("©Δ∞ 仙上主天");
|
||||
buf.append("BãßBȍőnAuthorInfoʸᴰ");
|
||||
buf.append("@Ω仙⁴ ˧꜏⋇꜊꜔ ⁴ﷲΩ@");
|
||||
buf.append("בְּרֵאשִׁית :o: יְסוֺד :o: יִשְׂרָאֵל");
|
||||
for (int c=0x0100;c<=0x0200;c++) {
|
||||
buf.append(""+(char)c);
|
||||
}
|
||||
|
|
|
@ -58,6 +58,12 @@ public class GDXAppVrGem4Activator implements BundleActivator {
|
|||
Thread.sleep(100);
|
||||
} catch (InterruptedException ignored) {
|
||||
}
|
||||
|
||||
bootScreen.bootLine("==========================");
|
||||
bootScreen.bootLine(" @Ω仙⁴ ˧꜏⋇꜊꜔ ⁴ﷲΩ@ ");
|
||||
bootScreen.bootLine(" ©Δ∞ 仙上主天 ");
|
||||
bootScreen.bootLine("בְּרֵאשִׁית :o: יְסוֺד :o: יִשְׂרָאֵל");
|
||||
bootScreen.bootLine("==========================");
|
||||
bootScreen.bootLine("vrGEM4 Booting...");
|
||||
|
||||
// ref to init
|
||||
|
|
Loading…
Reference in a new issue