aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShiftOS.WinForms/Applications/Pong.cs1
1 files changed, 1 insertions, 0 deletions
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;