Advertisement
Ineedcash12

omg

Mar 13th, 2014
3,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class MenuButtons : MonoBehaviour {
  5.  
  6.     //
  7.     void OnGUI() {
  8.         GUI.Button(new Rect(Screen.width / 2 - 50, Screen.height / 2 - 15, 100, 30), "Start");
  9.    
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement