ui Changes
This commit is contained in:
@@ -30,7 +30,7 @@ public class RadialMenuItem : MonoBehaviour
|
||||
float posX = Mathf.Sin(theta);
|
||||
float posY = Mathf.Cos(theta);
|
||||
|
||||
button.transform.localPosition = new Vector3(posX, posY, 0) * 150f;
|
||||
button.transform.localPosition = new Vector3(posX, posY, 0) * 50f;
|
||||
|
||||
var textMeshPro = button.GetComponentInChildren<TextMeshProUGUI>();
|
||||
if (textMeshPro != null)
|
||||
|
||||
Reference in New Issue
Block a user