Commit 2c8b7486 authored by wjf's avatar wjf

l

parent c47af0df
......@@ -519,11 +519,11 @@ export class Tool {
* 爆炸波及的格子索引
*/
private static ExplosiveMatchArr = [
[0, -2],
// [0, -2],
[-1, -1], [0, -1], [1, -1],
[-2, 0], [-1, 0], [1, 0], [2, 0],
/*[-2, 0],*/ [-1, 0], [1, 0], //[2, 0],
[-1, 1], [0, 1], [1, 1],
[0, 2],
// [0, 2],
]
/**
* 获取爆炸时的周边索引
......
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