mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Merge pull request #907 from vvv-yeaf/development
console font size slip
This commit is contained in:
commit
85169b95f8
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ new GuiControlProfile(GuiConsoleProfile)
|
||||||
border = true;
|
border = true;
|
||||||
borderColor = "15 15 15";
|
borderColor = "15 15 15";
|
||||||
fontType = ($platform $= "macos") ? "Monaco" : "Lucida Console";
|
fontType = ($platform $= "macos") ? "Monaco" : "Lucida Console";
|
||||||
fontSize = ($platform $= "macos") ? 14 : 13;
|
fontSize = ($platform $= "macos") ? 14 : 14;
|
||||||
fontColor = "225 225 225";
|
fontColor = "225 225 225";
|
||||||
fontColorHL = "165 214 255";
|
fontColorHL = "165 214 255";
|
||||||
fontColorNA = "255 65 65";
|
fontColorNA = "255 65 65";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue