Commit a2f6c837 authored by 16도재형's avatar 16도재형

테스트용 canvas 제거 (대신 1, 2 키로 작동가능)

parent f97fea9f
This diff is collapsed.
...@@ -26,6 +26,9 @@ public class Test : MonoBehaviour { ...@@ -26,6 +26,9 @@ public class Test : MonoBehaviour {
// Update is called once per frame // Update is called once per frame
void Update () { void Update () {
if (Input.GetKeyDown(KeyCode.Alpha1))
ChangeTetrimino();
if (Input.GetKeyDown(KeyCode.Alpha2))
SpawnBossTetrimino();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment