UNPKG

vimtronner

Version:
20 lines (15 loc) 260 B
(function() { var colors; colors = { 1: 6, 2: 1, 3: 3, 4: 4, 5: 7, 6: 2 }; module.exports = function(cycleNumber) { return colors[cycleNumber]; }; }).call(this); //# sourceMappingURL=../../../maps/player_colors.js.map