Commit db5f8677 authored by haiyoucuv's avatar haiyoucuv

init

parent d2d92e18
......@@ -36,7 +36,6 @@ export class Rank extends Component {
return snake;
});
snakes.push(MainGame.ins.player);
snakes.sort((a, b) => {
return b.length - a.length;
......
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