We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57110f0 commit 6ed528dCopy full SHA for 6ed528d
Minecraft_Turbopad/code.py
@@ -87,7 +87,7 @@
87
]
88
labels = []
89
for j in range(12):
90
- labels.append(label.Label(terminalio.FONT, text=label_text[j], max_glyphs=10))
+ labels.append(label.Label(terminalio.FONT, text=label_text[j]))
91
92
for index in range(12):
93
x = index % 3
0 commit comments