摘要: Square.cs :public class Square : MonoBehaviour{ public int row, col; public Rect rect; public Texture texture; /// /// 1向上 2向右 3向下 4向左 //... 阅读全文
posted @ 2015-08-19 21:27 叶图 阅读(625) 评论(0) 推荐(0) 编辑