diff options
Diffstat (limited to 'source/WindowsFormsApplication1/CreditScroller.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/CreditScroller.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/CreditScroller.cs b/source/WindowsFormsApplication1/CreditScroller.cs index b190f26..3b8a3c3 100644 --- a/source/WindowsFormsApplication1/CreditScroller.cs +++ b/source/WindowsFormsApplication1/CreditScroller.cs @@ -269,5 +269,10 @@ namespace ShiftOS xVel = Math.Abs(xVel); lbllevelandtime.Text = "Level: " + level + " - " + secondsleft + " Seconds Left"; } + + private void lbgametitle_Click(object sender, EventArgs e) + { + + } } } |
