forked from datawhale/whale-town-front
30 lines
496 B
JSON
30 lines
496 B
JSON
{
|
|
"game": {
|
|
"name": "whaleTown",
|
|
"version": "1.0.0",
|
|
"debug_mode": true
|
|
},
|
|
"network": {
|
|
"api_base_url": "https://whaletownend.xinghangee.icu",
|
|
"timeout": 30,
|
|
"retry_count": 3
|
|
},
|
|
"ui": {
|
|
"default_font_size": 14,
|
|
"toast_duration": 2.0,
|
|
"transition_duration": 0.3
|
|
},
|
|
"gameplay": {
|
|
"auto_save_interval": 300,
|
|
"max_inventory_slots": 50,
|
|
"default_player_stats": {
|
|
"level": 1,
|
|
"coins": 100,
|
|
"exp": 0,
|
|
"max_exp": 100,
|
|
"energy": 100,
|
|
"max_energy": 100
|
|
}
|
|
}
|
|
}
|