TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ leftScale

float [] Terraria.IngameOptions.leftScale
static
Initial value:
= new float[11]
{
0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f,
0.7f
}

Definition at line 25 of file IngameOptions.cs.

26 {
27 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f, 0.7f,
28 0.7f
29 };

Referenced by Terraria.IngameOptions.Draw(), and Terraria.IngameOptions.Open().