protected override void Action(Collider2D coll) { if (!coll.gameObject.CompareTag("Player")) { return; } if (hit) { return; } hit = true; titleTarts.Show("ハロー! My Friend."); ChangeColor(Color.white); light.enabled = true; }
public void ShowAd() { adText.Show("ガメンガイ ノ ツイッタボタン カンソウ イタダケル ト ワタシ ウレシイ↑"); }
public void ShowComment(string phrase) { commentText.Show(phrase); }
public void ShowPercent(float per) { resultText.Show("キョリ " + per.ToString("0.0000") + "パーセント"); }