Changed to 3D graphics, Adapted House and Chest
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user