mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
commit
3645078653
3 changed files with 4 additions and 9 deletions
2
Histacom2.Engine/Template/AboutBox95.Designer.cs
generated
2
Histacom2.Engine/Template/AboutBox95.Designer.cs
generated
|
@ -102,7 +102,7 @@ private void InitializeComponent()
|
||||||
//
|
//
|
||||||
this.classicButton1.BackColor = System.Drawing.Color.Silver;
|
this.classicButton1.BackColor = System.Drawing.Color.Silver;
|
||||||
this.classicButton1.ForeColor = System.Drawing.Color.Black;
|
this.classicButton1.ForeColor = System.Drawing.Color.Black;
|
||||||
this.classicButton1.Location = new System.Drawing.Point(251, 220);
|
this.classicButton1.Location = new System.Drawing.Point(251, 223);
|
||||||
this.classicButton1.Name = "classicButton1";
|
this.classicButton1.Name = "classicButton1";
|
||||||
this.classicButton1.Size = new System.Drawing.Size(75, 23);
|
this.classicButton1.Size = new System.Drawing.Size(75, 23);
|
||||||
this.classicButton1.TabIndex = 6;
|
this.classicButton1.TabIndex = 6;
|
||||||
|
|
|
@ -11,14 +11,9 @@ public AboutBox95()
|
||||||
this.textBox2.Text = "This product is licensed to:\r\n" + Environment.UserName + "\r\n";
|
this.textBox2.Text = "This product is licensed to:\r\n" + Environment.UserName + "\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
private void button1_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
this.ParentForm.Close();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void classicButton1_Click(object sender, EventArgs e)
|
private void classicButton1_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
this.ParentForm.Close();
|
ParentForm.Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,8 +92,8 @@ private void NewGameDialog_Load(object sender, EventArgs e)
|
||||||
|
|
||||||
private void btnDevMode_Click(object sender, EventArgs e)
|
private void btnDevMode_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
MessageBox.Show("DevMode is a mode Designed for Development of the game, if you are seeing this that means it is activated! All DevMode does is if a Profile already exists then rather than asking you to choose a different name it just " +
|
MessageBox.Show("DevMode (Development Mode) is a special mode that lets you test features without having a large amount of accounts just to test a new feature. How it works is simple:" +
|
||||||
"deletes the old one! This means that you won't have 1 million profiles everytime you want to test something in the game!");
|
"\n1. It checks for a profile of the same name.\n2. If so, it deletes the profile and starts a new game.\n3. If not, then it starts a new game.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue