mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Make NetworkPingDisplay's width & height configurable (#3196)
This commit is contained in:
parent
88825e45d5
commit
8d1061089b
@ -13,8 +13,8 @@ public class NetworkPingDisplay : MonoBehaviour
|
||||
{
|
||||
public Color color = Color.white;
|
||||
public int padding = 2;
|
||||
int width = 150;
|
||||
int height = 25;
|
||||
public int width = 150;
|
||||
public int height = 25;
|
||||
|
||||
void OnGUI()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user