Ejemplo n.º 1
0
 private void Update()
 {
     if (Input.GetKeyDown(KeyCode.K))
     {
         PermaGraphic.SetMessage(PermaGraphic.GraphicIdent.main, "testGraphic");
     }
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     textBlob = this;
     DontDestroyOnLoad(gameObject);
     renderer = gameObject.AddComponent <SpriteRenderer>();
 }