Skip to content

Commit 7e6614c

Browse files
committed
병합 완료..!
1 parent a48cee4 commit 7e6614c

11 files changed

+131
-700
lines changed
Binary file not shown.
0 Bytes
Binary file not shown.

Client/Assets/02.Scripts/SceneScripts/StartSceneCtrl.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ public class StartSceneCtrl: MonoBehaviour {
1212

1313
public Image buttonimage;
1414

15-
private void Start()
16-
{
17-
Screen.SetResolution(1024, 576, false);
18-
}
19-
20-
2115
public void InputTextID(InputField id)
2216
{
2317
if (id.text != "" && id.text != " ")

0 commit comments

Comments
 (0)