Commit 5dfac345 authored by 李维's avatar 李维

初步完成游戏逻辑

parent b18adaa4
...@@ -24,8 +24,10 @@ cc.Class({ ...@@ -24,8 +24,10 @@ cc.Class({
// this._bar = value; // this._bar = value;
// } // }
// }, // },
index: -1,
word: "", word: "",
score: -1, score: -1,
parentNode: null,
beforeNode: null, beforeNode: null,
afterNode: null afterNode: null
}, },
......
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