diff options
| author | EverythingWindows <[email protected]> | 2022-11-08 13:02:02 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-08 13:02:02 +0700 |
| commit | 344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9 (patch) | |
| tree | bfcab826f438dd2b009bc7198c8f5e73693cecb1 /ShiftOS-TheRevival/MainForms/Strings.vb | |
| parent | f96d01a788001a9747da8b27be11de785093c28d (diff) | |
| download | shiftos-therevival-old-344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9.tar.gz shiftos-therevival-old-344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9.tar.bz2 shiftos-therevival-old-344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9.zip | |
rework on introstory
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Strings.vb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb index e94de02..fb30681 100644 --- a/ShiftOS-TheRevival/MainForms/Strings.vb +++ b/ShiftOS-TheRevival/MainForms/Strings.vb @@ -2,10 +2,11 @@ Public Shared OSInfo() As String Public Shared ComputerInfo(6) As String Public Shared IsFree As Boolean - Public Shared OnceInfo(6) As String - Public Shared AvailableFeature(18) As String + Public Shared OnceInfo(8) As String + Public Shared AvailableFeature(20) As String Public Shared CLIInterpreter As String Public Shared SaveFile As String + Public Shared Achievement As String 'STRING CATEGORIZATION WRITING RULES! 'THIS IS IN ORDER TO REMAIN COMPATIBLE WITH OLDER VERSIONS! @@ -34,6 +35,8 @@ '4 = RootDirectoryString (0.2.3) (default : !) '5 = Terminal TrackPos (0.2.3) (default : 0) '6 = GameMode (0.2.3) (dependant) + '7 = MaxWidth (0.2.4) (depentant) + '8 = MaxHeight (0.2.4) (depentant) ' 'ComputerInfo Strings: '0 = Computer Name (0.1) (default : shiftos) |
