Update config

This commit is contained in:
ilikecats 2024-09-29 09:40:40 -07:00
parent 5d7c979752
commit cbe189bbed

View File

@ -1,8 +1,8 @@
export const config = {
"dev": true,
"port": 8080,
"bots": 5,
"fps": 30
"port": 62787,
"bots": 0,
"fps": 60
};
export const consts = {
@ -13,7 +13,7 @@ export const consts = {
"MAX_PLAYERS": 30,
"NEW_PLAYER_LAG": 60,
"LEADERBOARD_NUM": 5,
"PREFIXES": "Angry Baby Crazy Diligent Excited Fat Greedy Hungry Interesting Japanese Kind Little Magic Naïve Old Powerful Quiet Rich Superman THU Undefined Valuable Wifeless Xiangbuchulai Young Zombie",
"NAMES": "Alice Bob Carol Dave Eve Francis Grace Hans Isabella Jason Kate Louis Margaret Nathan Olivia Paul Queen Richard Susan Thomas Uma Vivian Winnie Xander Yasmine Zach"
"PREFIXES": "Cute Adorable Scratchy Angry",
"NAMES": "Cat Kitty Kitten Feline"
};