Skip to content
Snippets Groups Projects
Commit 0545adf8 authored by Jordan's avatar Jordan
Browse files

Improved looks of user interface

parent 77f0b8c5
No related branches found
No related tags found
No related merge requests found
Zookeepers Trial/Assets/Art/maps/creation.png

1.18 MiB | W: | H:

Zookeepers Trial/Assets/Art/maps/creation.png

415 KiB | W: | H:

Zookeepers Trial/Assets/Art/maps/creation.png
Zookeepers Trial/Assets/Art/maps/creation.png
Zookeepers Trial/Assets/Art/maps/creation.png
Zookeepers Trial/Assets/Art/maps/creation.png
  • 2-up
  • Swipe
  • Onion skin
fileFormatVersion: 2
guid: 8349f9df539e16045bf2f5eb8352e1b3
timeCreated: 1478723836
guid: 04e47696ea2d3b54cbd7164b5cd1a9e4
timeCreated: 1478919162
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
......
No preview for this file type
......@@ -8,6 +8,9 @@ public class setAppearance : MonoBehaviour {
private Sprite curFace;
private Sprite curHead;
private Sprite curLegs;
private float curRed;
private float curGreen;
private float curBlue;
private SpriteRenderer head;
private SpriteRenderer face;
......@@ -37,6 +40,9 @@ public class setAppearance : MonoBehaviour {
public void addColor(float red, float green, float blue){
// Don't change face color
curRed = red;
curGreen = green;
curBlue = blue;
head.color = new Color(red,green,blue,1);
body.color = new Color(red,green,blue,1);
legR.color = new Color(red,green,blue,1);
......
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