Finished up game
This commit is contained in:
6
Snake/Form1.Designer.cs
generated
6
Snake/Form1.Designer.cs
generated
@@ -45,14 +45,14 @@
|
||||
// timer
|
||||
//
|
||||
timer.Enabled = true;
|
||||
timer.Interval = 500;
|
||||
timer.Interval = 200;
|
||||
timer.Tick += timer_Tick;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(10F, 25F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(800, 450);
|
||||
ClientSize = new Size(800, 688);
|
||||
Controls.Add(gamearea);
|
||||
Name = "Form1";
|
||||
Text = "Form1";
|
||||
@@ -63,7 +63,7 @@
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.Timer timer;
|
||||
public PictureBox gamearea;
|
||||
public System.Windows.Forms.Timer timer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user