mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
Merging PR from @craftxbox (Pong Issue)
This commit is contained in:
commit
4d968e3efe
1 changed files with 2 additions and 1 deletions
3
ShiftOS.WinForms/Applications/Pong.Designer.cs
generated
3
ShiftOS.WinForms/Applications/Pong.Designer.cs
generated
|
@ -553,6 +553,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
//
|
||||
this.paddleHuman.BackColor = System.Drawing.Color.Black;
|
||||
this.paddleHuman.Location = new System.Drawing.Point(10, 134);
|
||||
this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150);
|
||||
this.paddleHuman.Name = "paddleHuman";
|
||||
if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size"))
|
||||
{
|
||||
|
@ -570,7 +571,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.paddleComputer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.paddleComputer.BackColor = System.Drawing.Color.Black;
|
||||
this.paddleComputer.Location = new System.Drawing.Point(666, 134);
|
||||
this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 100);
|
||||
this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150);
|
||||
this.paddleComputer.Name = "paddleComputer";
|
||||
if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue