less inept this time
This commit is contained in:
parent
6eaf8808ef
commit
3efb216a93
|
@ -150,7 +150,6 @@
|
||||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||||
this.pictureBox2.TabIndex = 9;
|
this.pictureBox2.TabIndex = 9;
|
||||||
this.pictureBox2.TabStop = false;
|
this.pictureBox2.TabStop = false;
|
||||||
this.pictureBox2.Visible = false;
|
|
||||||
//
|
//
|
||||||
// AboutBox
|
// AboutBox
|
||||||
//
|
//
|
||||||
|
|
|
@ -78,6 +78,8 @@ namespace BizHawk.MultiClient
|
||||||
else
|
else
|
||||||
label1.Location = new Point(loc.X + r.Next(5) - 3, loc.Y + r.Next(5) - 3);
|
label1.Location = new Point(loc.X + r.Next(5) - 3, loc.Y + r.Next(5) - 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pictureBox2.Location = new Point((int)(353 + 800 + -800* Math.Abs(Math.Sin(ctr / 18.0))), pictureBox2.Location.Y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue