Skip to content

Commit c1abafc

Browse files
Update the anchor_point
1 parent 4ec0dd9 commit c1abafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLUE_I_Ching/clue_iching.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
hexname = label.Label(font, text=" "*40, color=FONT_COLOR)
7272
# this will initially hold the "shake for reading" message
7373
hexname.text = " SHAKE\n FOR\nREADING"
74-
hexname.anchor_point = (0.5, 0.0)
74+
hexname.anchor_point = (0.5, 0.5)
7575
hexname.anchored_position = (120, 120)
7676

7777
# Set up main display group (splash)

0 commit comments

Comments
 (0)