mirror of
https://github.com/byeongyupKim/dlfqks.git
synced 2026-02-04 19:52:54 +09:00
<kby> 도대체 뭐가 잘못된 것인지 모르겠다. Project update
This commit is contained in:
20
Assets/2. Scripts/csTestScript.cs
Normal file
20
Assets/2. Scripts/csTestScript.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class csTestScript : MonoBehaviour {
|
||||
|
||||
// Use this for initialization
|
||||
void Start () {
|
||||
|
||||
Text thisText = this.GetComponent<Text>();
|
||||
|
||||
thisText.text = "I hate Hello World!! \nhahaha!! \nkby";
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update () {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user