Added a scale slider for models in the AssetBrowser

This commit is contained in:
penev92
2021-02-07 19:44:25 +02:00
committed by Matthias Mailänder
parent 6907081c2b
commit 40c728269c
3 changed files with 26 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Widgets
public string PlayerPalette = "player";
public string NormalsPalette = "normals";
public string ShadowPalette = "shadow";
public float Scale = 12f;
public float Scale = 10f;
public int LightPitch = 142;
public int LightYaw = 682;
public float[] LightAmbientColor = new float[] { 0.6f, 0.6f, 0.6f };