export const config = { "dev": true, "port": 62787, "bots": 0, "fps": 60 }; export const consts = { "GRID_COUNT": 100, "CELL_WIDTH": 40, "SPEED": 5, "BORDER_WIDTH": 20, "MAX_PLAYERS": 30, "NEW_PLAYER_LAG": 60, "LEADERBOARD_NUM": 5, "PREFIXES": "Cute Adorable Scratchy Angry", "NAMES": "Cat Kitty Kitten Feline" };