Removed druid class, fixed UI. Final release

This commit is contained in:
Finnchen123
2025-06-07 13:28:26 +02:00
parent 4f0615e2d9
commit ec60917270
15 changed files with 8 additions and 1273 deletions

View File

@@ -81,10 +81,6 @@ public class Controls : MonoBehaviour
{
Cursor.lockState = CursorLockMode.Confined;
}
GameObject.Find("txtInteract").GetComponent<Text>().text = GameObject.Find("txtInteract").GetComponent<Text>().text.Replace("[ButtonEast]", "[E]");
GameObject.Find("txtInteraction_Tutorial").GetComponent<Text>().text = GameObject.Find("txtInteraction_Tutorial").GetComponent<Text>().text.Replace("[E]", "[ButtonEast]");
GameObject.Find("txtTutorialGoal").GetComponent<Text>().text = GameObject.Find("txtTutorialGoal").GetComponent<Text>().text.Replace("[Start]", "[ESC]");
}
public void OnLooking(InputValue value)