Skip to content
Snippets Groups Projects
Commit 0368d10f authored by Jordan's avatar Jordan
Browse files

Modified ChooseCharLook.cs filename so it's found properly

parent 378f66b1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
using System.Collections;
// This is used for character creation only
//
public class ChooseCharLook : MonoBehaviour {
// set these in inspector
public Sprite[] headOptions;
......@@ -18,8 +19,8 @@ public class ChooseCharLook : MonoBehaviour {
void Start () {
playerLooks = GameObject.Find ("CharacterDisplay").GetComponent<setAppearance>(); // Access setAppearance object from characterDisplay
curHead = 0;
curFace = 0;
curHead = 0;
curLegs = 0;
red = 128;
green = 128;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment