Big Settings Update

This commit is contained in:
skymz4
2022-04-25 17:14:47 +02:00
committed by GitHub
parent 2cc908b043
commit 8f80a99fc6
2 changed files with 12 additions and 9 deletions

View File

@@ -167,7 +167,7 @@ namespace RenderD7
std::string csvstate = "false";
std::string mtovlstate = "false";
std::string fpsstate = "60";
std::string mtcolstate = "#000000";
std::string mtscreenstate = "Top";
std::string mttxtcolstate = "#ffffff";
std::string mtcola = "255";
std::string mttxtcola = "255";
@@ -179,10 +179,10 @@ namespace RenderD7
{20, 85, 120, 35, "MT_CSV", -15, 9},
{20, 135, 120, 35, "MT_OVL", -19, 10},
{20, 185, 120, 35, "FPS", 6, 10},
{180, 35, 120, 35, "MTCOL", -10, 10},
{180, 85, 120, 35, "MTTEXT", -13, 10},
{180, 135, 120, 35, "MTA", 2, 10},
{180, 185, 120, 35, "MTTXTA", -13, 10}
{180, 35, 120, 35, "MTSCREEN", -10, 10},
{180, 85, 120, 35, "", -13, 10},
{180, 135, 120, 35, "", 2, 10},
{180, 185, 120, 35, "", -13, 10}
};
public:
RSettings();