Merge pull request #1784 from Azaezel/alpha41/ConfigCleanup
Some checks are pending
Linux Build / Ubuntu GCC Latest (push) Waiting to run
Linux Build / Ubuntu GCC 13 (push) Waiting to run
MacOSX Build / macOS ARM Clang Ninja (push) Waiting to run
MacOSX Build / macOS ARM Xcode (push) Waiting to run
Windows Build / Windows MSVC Ninja (push) Waiting to run
Windows Build / Windows MSVC Visual Studio 2022 (push) Waiting to run
Windows Build / Windows MSVC Visual Studio 2026 (push) Waiting to run

remove redundant text entries
This commit is contained in:
Brian Roberts 2026-07-08 13:56:01 -05:00 committed by GitHub
commit 7059bbaf75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 7 deletions

View file

@ -255,7 +255,6 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl(playerNameCTRL) {
text = "Visitor";
position = "606 4";
extent = "295 22";
horizSizing = "left";
@ -281,7 +280,6 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl(serverNameCTRL) {
text = "Torque 3D Server";
position = "606 4";
extent = "295 22";
horizSizing = "left";
@ -332,7 +330,6 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl(serverInfoCTRL) {
text = "This is a Torque 3D server.";
position = "606 4";
extent = "295 22";
horizSizing = "left";
@ -358,7 +355,6 @@ $guiContent = new GuiControl(ChooseLevelMenu) {
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl(serverMaxPlayersCTRL) {
text = "64";
position = "606 4";
extent = "295 22";
horizSizing = "left";

View file

@ -48,7 +48,6 @@ $guiContent = new GuiControl(JoinServerMenu) {
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl(JoinServerPlayerNameTxt) {
text = "Visitor";
position = "606 7";
extent = "295 22";
horizSizing = "left";
@ -74,7 +73,6 @@ $guiContent = new GuiControl(JoinServerMenu) {
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl(JoinServerPasswordTxt) {
text = "Visitor";
position = "606 7";
extent = "295 22";
horizSizing = "left";

View file

@ -210,4 +210,6 @@ $pref::PostFX::EnableLightRays = 1;
$pref::PostFX::EnableHDR = 1;
$pref::PostFX::EnableSSAO = 1;
$pref::PostFX::EnableHDRBloom = 1;
$pref::PostFX::EnableHDRBloom = 1;
exec("core/clientServer/scripts/server/defaults");