diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Artpad.cs | 2 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.cs | 1 |
2 files changed, 2 insertions, 1 deletions
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; 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; |
