From fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 24 Nov 2022 22:51:51 +0700 Subject: rough 0.2.7 --- ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb | 2 +- ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb (limited to 'ShiftOS-TheRevival/Functions/InGame') diff --git a/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb b/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb index ff69a3e..7df91e0 100644 --- a/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb +++ b/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb @@ -54,7 +54,7 @@ Case 1 Select Case Timestamp Case 5 - ResetLine(" Connected") + ResetLine("Connected to ") Case 25 NewLine(" : Hmmm, you've got your terminal explored enough, ay?") Case 75 diff --git a/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb new file mode 100644 index 0000000..0ee26e4 --- /dev/null +++ b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb @@ -0,0 +1,4 @@ +Public Class GUISCustomizations + 'Desktop Stuff + Public Shared DesktopColor As Color +End Class -- cgit v1.2.3