mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Fixed weird underline on UI text and made text bigger
Made-with: Cursor
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using TMPro;
|
||||
|
||||
public class BlockJointController : MonoBehaviour
|
||||
{
|
||||
public Transform rotatingCap;
|
||||
public Slider angleSlider;
|
||||
public TextMeshProUGUI angleLabel;
|
||||
public Text angleLabel;
|
||||
|
||||
private float currentAngle = 0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user