Commit 114af788 authored by limingzhe's avatar limingzhe

fix; debug

parent e242d6fc
No preview for this file type
......@@ -2740,7 +2740,12 @@ cc.Class({
const {character, poly, centerLoc} = arr[i];
const content = character;
let content = character;
if (character == 0) {
content = 'o'
}
const location = {}
location.left = poly[0];
location.top = poly[1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment