Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
furryaxw committed Nov 4, 2024
1 parent 187a9f6 commit 9432a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/eye_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def __init__():
canvas.coords(layer[i][dynamic['eyes'][index]["selected"]])[0]) - screen_width / 2 + files[i][
dynamic['eyes'][index]["selected"]].width() / 2) / screen_width * 2
dynamic['eyes'][i]["ny"] = (int(
canvas.coords(layer[i][dynamic['eyes'][index]["selected"]])[1]) - screen_height / 2 + files[
i][dynamic['eyes'][index]["selected"]].height() / 2) / screen_height * 2
canvas.coords(layer[i][dynamic['eyes'][index]["selected"]])[1]) - screen_height / 2 + files[i][
dynamic['eyes'][index]["selected"]].height() / 2) / screen_height * 2
if len(layer[i]) > 1:
for j in layer[i]:
canvas.moveto(j, screen_width, screen_height)
Expand Down

0 comments on commit 9432a7d

Please sign in to comment.