Project_Xs/configs/config_camera.json

26 lines
419 B
JSON
Raw Permalink Normal View History

2022-01-05 13:41:52 +01:00
{
"MonitorWindow": 0,
"WindowPrefix": "",
2022-01-05 21:19:00 +01:00
"image": "./images/phone/eye.png",
2022-01-05 13:41:52 +01:00
"view": [
280,
2022-01-05 14:24:16 +01:00
375,
2022-01-05 13:41:52 +01:00
60,
60
],
"thresh": 0.9,
2022-01-05 14:24:16 +01:00
"white_delay": 3.0,
2022-01-05 16:08:14 +01:00
"advance_delay": 3,
2022-01-08 03:48:09 +01:00
"advance_delay_2": 0,
"npc": 0,
"pokemon_npc": 0,
2022-01-08 04:18:33 +01:00
"timeline_npc": 0,
2022-01-05 14:24:16 +01:00
"crop": [
0,
0,
0,
0
2022-01-05 19:24:28 +01:00
],
2022-01-17 23:42:21 +01:00
"camera": 0,
"display_percent": 80
2022-01-05 13:41:52 +01:00
}