fix default config

This commit is contained in:
Lincoln-LM 2022-01-20 15:19:45 -07:00
parent f35d47ab94
commit 1be1d9f9d9
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,26 @@
{
"MonitorWindow": true,
"WindowPrefix": "SysDVR-Client [PID ",
"image": "./images/secretbase/eye.png",
"view": [
612,
520,
29,
32
],
"thresh": 0.9,
"white_delay": 0.0,
"advance_delay": 0,
"advance_delay_2": 0,
"npc": 0,
"timeline_npc": 0,
"pokemon_npc": 0,
"crop": [
0,
0,
0,
0
],
"camera": 0,
"display_percent": 80
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -42,7 +42,8 @@ class Application(tk.Frame):
"timeline_npc": 0,
"pokemon_npc": 0,
"crop": [0,0,0,0],
"camera": 0
"camera": 0,
"display_percent": 80
}
self.pack()
self.create_widgets()