Skip to content

Instantly share code, notes, and snippets.

@Kapulara

Kapulara/File.cs Secret

Created October 28, 2015 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kapulara/77a7505ef17e27558270 to your computer and use it in GitHub Desktop.
Save Kapulara/77a7505ef17e27558270 to your computer and use it in GitHub Desktop.
using UnityEngine;
using Corale.Colore.Core;
public class ChromaTest : MonoBehaviour {
// Use this for initialization
void Start () {
Keyboard.Instance.SetKey(Corale.Colore.Razer.Keyboard.Key.W, Corale.Colore.Core.Color.Red, false);
}
// Update is called once per frame
void Update () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment