Constellations/js/Share/Protocol.js

5 lines
77 B
JavaScript
Raw Normal View History

2022-08-10 21:12:39 +02:00
return {
directions: ['up', 'right', 'down', 'left'],
MIN_BLOCK_SIZE: 3
};