mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Update credits and default configuration.
This commit is contained in:
parent
aae6465d21
commit
83e5cebe8f
2 changed files with 3 additions and 2 deletions
|
@ -261,6 +261,7 @@ shortcuts
|
|||
soundpropagationmode_soundenvironmentmode = 0;
|
||||
tagrange_rangetagselection = 0;
|
||||
visplaneexplorer_visplaneexplorermode = 0;
|
||||
buildermodes_visualpaintselect = 4;
|
||||
}
|
||||
|
||||
|
||||
|
|
4
Source/Core/Windows/AboutForm.Designer.cs
generated
4
Source/Core/Windows/AboutForm.Designer.cs
generated
|
@ -196,8 +196,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(262, 65);
|
||||
this.label2.TabIndex = 16;
|
||||
this.label2.Text = "developed by: \r\nMascaraSnake, toaster, sphere\r\n\r\nWith contributions from:\r\nJustbu" +
|
||||
"rner, boris (and the Ultimate Doom Builder team)";
|
||||
this.label2.Text = "developed by: \r\nMascaraSnake, toaster, sphere\r\n\r\n" +
|
||||
"With contributions from:\r\nJustburner, boris, ZZYZX";
|
||||
//
|
||||
// version
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue