Skip to content

Instantly share code, notes, and snippets.

View Georgy5's full-sized avatar
😶

Karl Keller Georgy5

😶
View GitHub Profile
@Georgy5
Georgy5 / gist:119f589c5bff0e012429
Created April 20, 2015 22:04
TextController.cs -Udemy Unity 5 Course - Learn to Code by making Games; Text101
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class TextController : MonoBehaviour {
public Text text;
public bool wire = false;
private enum States {cell, cell_0, cell_1, mirror, sheets_0, lock_0, cell_mirror, take_wire,