Simplify GUI settings and build flags
This commit is contained in:
@@ -7,6 +7,10 @@ names = []
|
||||
[guest]
|
||||
file = "config/guests.txt"
|
||||
|
||||
[gui]
|
||||
top_most = false
|
||||
font_size = 18
|
||||
|
||||
[notice]
|
||||
missing_count = 0
|
||||
|
||||
|
||||
35
config/config.test.toml
Normal file
35
config/config.test.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
[self]
|
||||
name = "毎日がHoliday'"
|
||||
|
||||
[staff]
|
||||
file = "config/staff.txt"
|
||||
[guest]
|
||||
file = "config/guests.txt"
|
||||
|
||||
[gui]
|
||||
top_most = false
|
||||
font_size = 18
|
||||
|
||||
[notice]
|
||||
missing_count = 0
|
||||
|
||||
[vrc_log]
|
||||
patterns = [
|
||||
"OnPlayerJoined",
|
||||
"OnPlayerLeft",
|
||||
"Entering Room",
|
||||
"Joining or Creating Room",
|
||||
"worldId=",
|
||||
"wrld_",
|
||||
]
|
||||
|
||||
[ocr.crop]
|
||||
left = 0.05
|
||||
top = 0.35
|
||||
right = 0.95
|
||||
bottom = 0.95
|
||||
|
||||
[ocr]
|
||||
preprocess = true
|
||||
scale = 1.5
|
||||
use_angle_cls = false
|
||||
Reference in New Issue
Block a user