mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
removed numbers
This commit is contained in:
parent
8c679e4650
commit
ab8c5c6f46
2 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.lbllives.Name = "lbllives";
|
||||
this.lbllives.Size = new System.Drawing.Size(310, 13);
|
||||
this.lbllives.TabIndex = 3;
|
||||
this.lbllives.Text = "To play, guess numbers and letters by typing in the box.";
|
||||
this.lbllives.Text = "To play, guess letters by typing in the box.";
|
||||
this.lbllives.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// btnrestart
|
||||
|
|
|
@ -49,8 +49,8 @@ namespace ShiftOS.WinForms.Applications
|
|||
List<String> shiftWordlist = new List<string> { "shiftos", "devx", "artpad", "shifter", "pong",
|
||||
"shiftorium", "codepoints", "shiftletters", "shops", "mud", "notification", "namechanger",
|
||||
"skinning", "skinloader", "calculator", "fileskimmer", "lua", "shiftnet", "terminal", "textpad"};
|
||||
List<String> contributorsWordlist = new List<string> { "12padams", "carverh", "computelinux", "lempamo",
|
||||
"wowmom98", "michaeltheshifter", "arencclc", "therandommelon", "pfg", "craftxbox"};
|
||||
List<String> contributorsWordlist = new List<string> { "philipadams", "carverh", "computelinux", "lempamo",
|
||||
"wowmom", "michaeltheshifter", "arencclc", "therandommelon", "pfg", "craftxbox"};
|
||||
|
||||
public ShiftLetters()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue