From ac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b Mon Sep 17 00:00:00 2001 From: wowmom98 Date: Sat, 25 Feb 2017 15:11:24 -0500 Subject: I can assure you guaranteed that there is an acorn somewhere, in this place, and the sailors are looking for it changed a few comments and made a bit of code family friendly --- ShiftOS.WinForms/Applications/Artpad.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.WinForms') diff --git a/ShiftOS.WinForms/Applications/Artpad.cs b/ShiftOS.WinForms/Applications/Artpad.cs index c3b717b..6c1bc1c 100644 --- a/ShiftOS.WinForms/Applications/Artpad.cs +++ b/ShiftOS.WinForms/Applications/Artpad.cs @@ -1686,7 +1686,7 @@ namespace ShiftOS.WinForms.Applications { case "Bold": drawtextfontstyle = FontStyle.Bold; - break; + break; //BREAK COME ON HOO OH YEAHE CHECK IT OUT OH YEAH LETS GO SCRUATCHO HEY case "Italic": drawtextfontstyle = FontStyle.Italic; break; -- cgit v1.2.3 From a398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a Mon Sep 17 00:00:00 2001 From: wowmom98 Date: Sat, 25 Feb 2017 15:12:05 -0500 Subject: part 2 i keep forgetting to save --- ShiftOS.WinForms/Applications/Pong.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms') diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs index f7153a1..af1e156 100644 --- a/ShiftOS.WinForms/Applications/Pong.cs +++ b/ShiftOS.WinForms/Applications/Pong.cs @@ -42,6 +42,7 @@ namespace ShiftOS.WinForms.Applications [DefaultIcon("iconPong")] public partial class Pong : UserControl, IShiftOSWindow { + //I can assure you guaranteed that there is an acorn somewhere, in this place, and the sailors are looking for it int xVel = 7; int yVel = 8; int computerspeed = 8; -- cgit v1.2.3