Skip to content

Commit

Permalink
fix : typo erro
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Aug 15, 2024
1 parent 10273b3 commit b5b4900
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'pierce1',
'burst1',
'burst1',
'burst1'
'burst1',
'pierce1',
'burst1',
'burst1',
Expand Down
Binary file added src/images/CN/friend/delete-friend-notice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CN/friend/friend-management-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CN/friend/friend-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CN/friend/player-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CN/main_page/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/images/CN/x_y_range/friend.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
prefix = "friend"
path = "friend"
x_y_range = {
'friend-menu': (100, 8, 220, 37),
'friend-management-menu': (100, 8, 261, 37),
'player-info': (571, 82, 704, 121),
'delete-friend-notice': (487, 315, 772, 347)
}
4 changes: 3 additions & 1 deletion src/images/CN/x_y_range/main_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
path = "main_page"
x_y_range = {
'student': (328, 654, 346, 663),
'menu': (611, 248, 670, 278),
'bus': (107, 9, 162, 36),
'home-feature': (1203, 24, 1240, 60),
'quick-home': (1215, 5, 1255, 42),
Expand All @@ -19,4 +18,7 @@
'privacy-policy': (260, 200, 980, 550),
'get-character': (800, 183, 1094, 219),
'renewal-month-card': (400, 420, 900, 600),
'menu': (592, 198, 680, 243),
'friend-menu': (100, 8, 220, 37),
'friend-management-menu': (100, 8, 261, 37),
}

0 comments on commit b5b4900

Please sign in to comment.