NetworkPingDisplay: Changed width to 100

This commit is contained in:
MrGadget1024 2023-12-05 11:46:51 -05:00
parent 2ddbf8c993
commit c85f591b33

View File

@ -13,7 +13,7 @@ public class NetworkPingDisplay : MonoBehaviour
{
public Color color = Color.white;
public int padding = 2;
public int width = 180;
public int width = 100;
public int height = 25;
void OnGUI()