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 AngleControllerSlider : MonoBehaviour
|
||||
{
|
||||
public GameObject angleUI;
|
||||
public Slider angleSlider;
|
||||
public TextMeshProUGUI angleLabel;
|
||||
public Text angleLabel;
|
||||
|
||||
private Transform currentCap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user