Skip to content

Commit a9b8928

Browse files
committed
move the guide count text up slightly
1 parent 88fd010 commit a9b8928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matrix_Portal_Learn_Stats/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
text_font=FONT,
3939
text_position=(
4040
(matrixportal.graphics.display.width // 12) - 1,
41-
(matrixportal.graphics.display.height // 2) - 4,
41+
(matrixportal.graphics.display.height // 2) - 8,
4242
),
4343
text_color=0x800000,
4444
)

0 commit comments

Comments
 (0)