mirror of
https://github.com/jjaldridge2009/Project_Xs.git
synced 2024-11-19 17:02:33 +01:00
fix default config
This commit is contained in:
parent
f35d47ab94
commit
1be1d9f9d9
26
configs/config_secret_base.json
Normal file
26
configs/config_secret_base.json
Normal 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 |
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user