2D打砖块小游戏脚本ss

主角脚本 using UnityEngine; using System.Collections; public delegate void VoidDelegate();//声明委托 public class BoadControll : MonoBehaviour//主角脚本 { bool gameStart = false; int score; float ma
相关文章
相关标签/搜索