From 02df35aba0fc3b92fdd72eca5a35c6744e993951 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Fri, 22 May 2015 17:42:21 -0400 Subject: New ways to earn Codepoints + Terminal Cleanup Alrighty. This one's a small one. I've ported the two beginner apps from UltraDOS that helped you earn codepoints (scriptpoints in UltraDOS) to ShiftOS-Next. I've also moved some Terminal methods like AddLine() to an API.vb module. I've also hid the MathQuiz and GuessTheNumber code in the TerminalGames module. --- shiftos_next/shiftos_next.vbproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shiftos_next/shiftos_next.vbproj') diff --git a/shiftos_next/shiftos_next.vbproj b/shiftos_next/shiftos_next.vbproj index 47f12ca..92a3fa7 100644 --- a/shiftos_next/shiftos_next.vbproj +++ b/shiftos_next/shiftos_next.vbproj @@ -70,6 +70,7 @@ + basicwm_infobox.vb @@ -120,6 +121,7 @@ Form + TextPad.vb -- cgit v1.2.3