Skip to content

Commit

Permalink
实现Pursuit行为
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylvm committed Jan 25, 2019
1 parent 91cff7a commit b1b7c05
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 17 deletions.
14 changes: 7 additions & 7 deletions assets/scene/demo_evade.fire
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 0.6720703125,
"y": 0.6720703125,
"x": 1.3073850289240907,
"y": 1.3073850289240907,
"z": 1
},
"_quat": {
Expand Down Expand Up @@ -420,8 +420,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 204.53,
"height": 40
"width": 240,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
Expand All @@ -431,7 +431,7 @@
"_position": {
"__type__": "cc.Vec3",
"x": 0,
"y": 292,
"y": 275.2,
"z": 0
},
"_scale": {
Expand Down Expand Up @@ -466,8 +466,8 @@
"_srcBlendFactor": 1,
"_dstBlendFactor": 771,
"_useOriginalSize": false,
"_string": "行为:Evade",
"_N$string": "行为:Evade",
"_string": "行为:Evade\n鼠标点击开始",
"_N$string": "行为:Evade\n鼠标点击开始",
"_fontSize": 40,
"_lineHeight": 40,
"_enableWrapText": true,
Expand Down
Loading

0 comments on commit b1b7c05

Please sign in to comment.