摘要: 用一个cure做成一个透明的障碍,添加碰撞 阅读全文
posted @ 2020-07-02 15:51 瓜沙呱 阅读(155) 评论(0) 推荐(0)
摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class Bullet : MonoBehaviour { 6 public float moveSpee 阅读全文
posted @ 2020-07-02 11:39 瓜沙呱 阅读(286) 评论(0) 推荐(0)
摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class player : MonoBehaviour 6 { 7 8 private SpriteRen 阅读全文
posted @ 2020-07-02 10:40 瓜沙呱 阅读(725) 评论(0) 推荐(0)