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,11 +1,9 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
using TMPro;
|
||||
|
||||
public class SelectedModuleLabelController : MonoBehaviour
|
||||
{
|
||||
public TextMeshProUGUI selectedModuleText;
|
||||
public Text selectedModuleText;
|
||||
|
||||
void Update()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user