diff options
| author | RogueAI42 <[email protected]> | 2017-06-03 00:43:20 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-06-03 00:43:20 +1000 |
| commit | 17f3f6f68567b0151474af86d6ba265b35029b8e (patch) | |
| tree | 259e12c35d0eacb9b5ccb6b9737faf19df2b7d62 /ShiftOS.WinForms/Applications/Pong.Designer.cs | |
| parent | ce5469464ad90e801f828dfc80ee630257e2dc96 (diff) | |
| download | shiftos_thereturn-17f3f6f68567b0151474af86d6ba265b35029b8e.tar.gz shiftos_thereturn-17f3f6f68567b0151474af86d6ba265b35029b8e.tar.bz2 shiftos_thereturn-17f3f6f68567b0151474af86d6ba265b35029b8e.zip | |
Fixed Pong?
there are some sound crashes but Michael told me to just make the
PR and let him fix the audio backend so that's what I'm doing.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.Designer.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.Designer.cs b/ShiftOS.WinForms/Applications/Pong.Designer.cs index 0254e94..c5ea375 100644 --- a/ShiftOS.WinForms/Applications/Pong.Designer.cs +++ b/ShiftOS.WinForms/Applications/Pong.Designer.cs @@ -182,7 +182,6 @@ namespace ShiftOS.WinForms.Applications this.pgcontents.Name = "pgcontents"; this.pgcontents.Size = new System.Drawing.Size(912, 504); this.pgcontents.TabIndex = 20; - this.pgcontents.Paint += new System.Windows.Forms.PaintEventHandler(this.pgcontents_Paint); this.pgcontents.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pongMain_MouseMove); // // pnlmultiplayerhandshake @@ -250,7 +249,6 @@ namespace ShiftOS.WinForms.Applications this.Label6.TabIndex = 15; this.Label6.Text = "{PONG_DESC}"; this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.Label6.Click += new System.EventHandler(this.Label6_Click); // // btnstartgame // @@ -273,7 +271,6 @@ namespace ShiftOS.WinForms.Applications this.Label8.Size = new System.Drawing.Size(280, 31); this.Label8.TabIndex = 14; this.Label8.Text = "{PONG_WELCOME}"; - this.Label8.Click += new System.EventHandler(this.Label8_Click); // // pnlhighscore // |
