Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Jan 18, 2024
1 parent 9ca816d commit 5ede0b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions module/main_story.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def change_acc_auto(self):
y = 625
acc_phase = judge_acc(self)
if acc_phase == 1:
self.logger.info("CHANGE acceleration phase from 2 to 3")
self.logger.info("CHANGE acceleration phase from 1 to 3")
self.click(1215, y)
elif acc_phase == 2:
self.logger.info("CHANGE acceleration phase from 1 to 3")
self.click(1215, y, wait=False, count=2)
self.logger.info("CHANGE acceleration phase from 2 to 3")
self.click(1215, y, wait=False, wait_over=True, count=2)
elif acc_phase == 3:
self.logger.info("ACCELERATION phase 3")
else:
Expand Down
Binary file modified src/images/Global/group/join-club.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/images/Global/x_y_range/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
x_y_range = {
'menu': (107, 9, 256, 40),
'sign-up-reward': (445, 141, 829, 176),
'join-club': (107, 9, 256, 40),
"join-club":(100,10,224,39),
}
Binary file added src/images/JP/main_page/attendance-reward.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/rgb_feature/rgb_feature_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"reward_acquired":[[[566, 162], [778, 138], [775,182],[512,138],[89,75],[1144, 617]],[[245, 255, 210, 255, 76, 96], [245, 255, 210, 255, 76, 96], [245, 255, 210, 255, 76, 96],[245, 255, 210, 255, 76, 96],[0,127,0,127,0,127],[0,127,0,127,0,127]]],
"momotalk2":[[[172, 283], [181, 283], [163, 305]],[[245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255], [93, 113, 110, 130, 131, 151]]],
"momotalk1":[[[170, 195], [197, 201], [142, 197]],[[245, 255, 245, 255, 245, 255], [93, 113, 110, 130, 131, 151], [93, 113, 110, 130, 131, 151]]],
"relationship_rank_up":[[[538, 626], [664, 622], [752, 630], [725, 630], [581, 591], [59, 675], [1270, 675], [1170, 670],[159, 675], [259, 675], [1070, 675]],[[245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255],[245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255], [35, 55, 60, 80, 89, 109],[35, 55, 60, 80, 89, 109], [35, 55, 60, 80, 89, 109], [35, 55, 60, 80, 89, 109], [35, 55, 60, 80, 89, 109],[35, 55, 60, 80, 89, 109]]],
"relationship_rank_up":[[[538, 626], [664, 622], [593, 595], [725, 630], [581, 591], [59, 675], [1270, 675], [1170, 670],[159, 675], [259, 675], [1070, 675]],[[245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255],[245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255], [35, 55, 60, 80, 89, 109],[35, 55, 60, 80, 89, 109], [35, 55, 60, 80, 89, 109], [35, 55, 60, 80, 89, 109], [35, 55, 60, 80, 89, 109],[35, 55, 60, 80, 89, 109]]],
"gift":[[[110, 564], [95,564], [1238, 572]],[[35, 55, 60, 80, 90, 110], [35, 55, 60, 80, 90, 110], [5, 30, 23, 43, 54, 74]]],
"cafe": [[[75, 630], [253, 630], [914, 650],[1084,657]],[[245, 255, 245, 255, 245, 255], [245, 255, 245, 255, 245, 255], [35, 55, 60, 90, 90, 110],[35, 55, 60, 90, 90, 110]]],
"common_shop":[[[205, 135], [1123,657], [205, 216],[17,525],[641,664]],[[35,55,60,80,89,109], [35,55,60,80,89,109], [245,255,245,255,245,255],[245,255,245,255,245,255],[0,10,117,137,199,219]]],
Expand Down

0 comments on commit 5ede0b7

Please sign in to comment.