Changed to 3D graphics, Adapted House and Chest

This commit is contained in:
TAASONI3
2023-04-27 23:12:11 +02:00
parent c32e634c02
commit 6dc7063cec
124 changed files with 8553 additions and 5097 deletions

View File

@@ -19,6 +19,7 @@ public class Fight : MonoBehaviour
this.player = player;
enemy.GetComponent<Enemy>().scaleEnemy(player.GetComponent<Player>());
enemy.transform.rotation = player.transform.rotation;
enemy.transform.RotateAround (enemy.transform.position, enemy.transform.up, 180f);
uihandler = GameObject.Find("UIHandler").GetComponent<UIHandler>();
uihandler.openFight();