diff options
| author | wowmom98 <[email protected]> | 2017-02-25 15:12:05 -0500 |
|---|---|---|
| committer | wowmom98 <[email protected]> | 2017-02-25 15:12:05 -0500 |
| commit | a398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a (patch) | |
| tree | b123dc6d4a78676de2c7929641aa1c553edf5916 /ShiftOS.WinForms/Applications/Pong.cs | |
| parent | ac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b (diff) | |
| download | shiftos_thereturn-a398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a.tar.gz shiftos_thereturn-a398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a.tar.bz2 shiftos_thereturn-a398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a.zip | |
part 2 i keep forgetting to save
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.cs | 1 |
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; |
