3 lines
127 B
JavaScript
3 lines
127 B
JavaScript
if (m.here && m.here[0]*2+1 == j && m.here[1]*4+2 == k)
|
|
line[k]= '#'
|
|
else if (0 == k%4) {
|