diff options
| author | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
|---|---|---|
| committer | Trey <32907415+TheEdgeNK@users.noreply.github.com> | 2018-08-25 18:14:38 -0400 |
| commit | e33bb991f88ef5e60576da69b8dd82b1ffa670fc (patch) | |
| tree | a5aa5f375808d5df8f7783aee0c09b6a57244bf8 /Project Ports/MainMenu.Designer.cs | |
| parent | e4df929fe95c2140f7867b206aedb33382688ac0 (diff) | |
| download | Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.gz Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.bz2 Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.zip | |
Some updates
Diffstat (limited to 'Project Ports/MainMenu.Designer.cs')
| -rw-r--r-- | Project Ports/MainMenu.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index c333209..64fe6fb 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -47,7 +47,7 @@ this.btnPlay.Name = "btnPlay"; this.btnPlay.Size = new System.Drawing.Size(193, 44); this.btnPlay.TabIndex = 0; - this.btnPlay.Text = "Play"; + this.btnPlay.Text = "Campaign"; this.btnPlay.UseVisualStyleBackColor = true; this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click); // @@ -83,9 +83,9 @@ this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(563, 621); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(252, 38); + this.label2.Size = new System.Drawing.Size(270, 38); this.label2.TabIndex = 3; - this.label2.Text = "Copyright (C) 2018 AleeCorp\r\nLicensed with: GPL 3.0"; + this.label2.Text = "Copyright (C) 2018 UniverseDG\r\nLicensed with: GPL 3.0"; // // btnAbout // @@ -133,7 +133,7 @@ this.btnDebugMode.Name = "btnDebugMode"; this.btnDebugMode.Size = new System.Drawing.Size(193, 44); this.btnDebugMode.TabIndex = 7; - this.btnDebugMode.Text = "Debug Mode"; + this.btnDebugMode.Text = "Sandbox"; this.btnDebugMode.UseVisualStyleBackColor = true; this.btnDebugMode.Click += new System.EventHandler(this.btnDebugMode_Click); // |
