From 0e6eb6e76f8227b8055f5ea032f9582dcacee5f5 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sat, 3 Dec 2022 23:16:06 +0700 Subject: Console Font finished and the foundation of new window manager is there --- ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb') diff --git a/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb index 0ee26e4..f5d86dc 100644 --- a/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb +++ b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb @@ -1,4 +1,6 @@ Public Class GUISCustomizations 'Desktop Stuff Public Shared DesktopColor As Color + 'Console Stuff + Public Shared GUIConsoleFont As Font End Class -- cgit v1.2.3