Skip to content

Commit aba1820

Browse files
committed
Changed wait fish coord
1 parent 3913951 commit aba1820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/ru/namibios/arduino/config/ApplicationConfig.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public interface ApplicationConfig extends Accessible, Mutable{
395395
Rectangle FULL_SCREEN();
396396

397397
@Key("bot.screen.space")
398-
@DefaultValue("928, 230, 63, 25")
398+
@DefaultValue("928, 190, 63, 25")
399399
@ConverterClass(RectangleConverter.class)
400400
Rectangle SPACE();
401401

@@ -404,7 +404,7 @@ public interface ApplicationConfig extends Accessible, Mutable{
404404
int SPACE_OFFSET_X();
405405

406406
@Key("bot.screen.space.offset.y")
407-
@DefaultValue("60")
407+
@DefaultValue("80")
408408
int SPACE_OFFSET_Y();
409409

410410
@Key("bot.screen.line")
@@ -483,7 +483,7 @@ public interface ApplicationConfig extends Accessible, Mutable{
483483
boolean DEBUG_SCREEN();
484484

485485
@Key("bot.screen.debug.waitfish")
486-
@DefaultValue("true")
486+
@DefaultValue("false")
487487
boolean DEBUG_WAITFISH();
488488

489489
@Key("bot.screen.debug.statuscaptcha")

0 commit comments

Comments
 (0)