|
看看就行- //主要逻辑
- var t = parseInt(e);
- //看不懂思密达
- if(this.gameObject.anchoredX >= window.your.gameObject.anchoredX - 62
- && this.gameObject.anchoredX < window.your.gameObject.anchoredX
- && this.gameObject.anchoredY <= window.your.gameObject.anchoredY + 30
- && this.gameObject.anchoredY >= window.your.gameObject.anchoredY - 10){
- //这什么东西应该是年龄这个岁了
- age(this)
- //eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
- }else
- if(this.gameObject.anchoredX <= window.your.gameObject.anchoredX + 62
- && this.gameObject.anchoredX > window.your.gameObject.anchoredX
- && this.gameObject.anchoredY <= window.your.gameObject.anchoredY + 30
- && this.gameObject.anchoredY >= window.your.gameObject.anchoredY - 10){
- //懂了意思是年龄是this
- age(this)
- }else{
- //如果是我那么就是我
- this.isMe && this.sendMovePack("pos")
- }
- //数学?
- function age(cao){
- //怎么还骂人
- cao.rigidbody.velocity.y = -cao.throwHeight,
- //这个我知道如果e是?那么减骂人速度
- cao.rigidbody.velocity.x = e == 0 ? -cao.throwSpeed : cao.throwSpeed,
- cao.controlable = !1
- }
- //下面放的位置不一样
- //意思是你是这个而这个是你所以你是这个这个是你所以 你=这个
- window.your=this
复制代码 总结看不懂eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
|
|