forked from xiangwang25/whale-town-front-v2
Initial WhaleTown V2 frontend
This commit is contained in:
41
Config/game_config.json
Normal file
41
Config/game_config.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"game": {
|
||||
"name": "whaleTown",
|
||||
"version": "1.0.0",
|
||||
"debug_mode": false
|
||||
},
|
||||
"network": {
|
||||
"active_profile": "production",
|
||||
"profiles": {
|
||||
"production": {
|
||||
"api_base_url": "https://whaletownend.xinghangee.icu",
|
||||
"chat_ws_url": "wss://whaletownend.xinghangee.icu/game",
|
||||
"location_ws_url": "wss://whaletownend.xinghangee.icu/game",
|
||||
"game_ws_url": "wss://whaletownend.xinghangee.icu/game"
|
||||
}
|
||||
},
|
||||
"api_base_url": "https://whaletownend.xinghangee.icu",
|
||||
"chat_ws_url": "wss://whaletownend.xinghangee.icu/game",
|
||||
"location_ws_url": "wss://whaletownend.xinghangee.icu/game",
|
||||
"game_ws_url": "wss://whaletownend.xinghangee.icu/game",
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user