Constellations/js/Share/Protocol.js
2022-08-11 09:58:57 +02:00

4 lines
77 B
JavaScript

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