Constellations/js/Share/Protocol.js

5 lines
77 B
JavaScript

return {
directions: ['up', 'right', 'down', 'left'],
MIN_BLOCK_SIZE: 3
};