Waiting for vylion
This commit is contained in:
parent
ab74af8938
commit
1fe2932a3c
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ public class InputManagerScript : MonoBehaviour {
|
|||
if (Input.GetKeyUp (KeyCode.D)) {
|
||||
Color lol = i1.color;
|
||||
i1.color = new Color (1f, 0f, 0f);
|
||||
i2.color = new Color (1f, 1f, 1f);
|
||||
} else if (Input.GetKeyUp (KeyCode.A)) {
|
||||
i2.color = new Color (1f, 0f, 0f);
|
||||
i1.color = new Color (1f, 1f, 1f);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue