mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
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
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:
commit
7059bbaf75
3 changed files with 3 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
Loading…
Add table
Add a link
Reference in a new issue