Skip to content

Commit 15b4cc7

Browse files
authored
Tweak label
1 parent 9d5ec33 commit 15b4cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Metro/Metro_RP2350_Breakout/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def create_game_elements():
259259
terminalio.FONT,
260260
text="Press SPACE to begin",
261261
color=0xFFFFFF,
262-
x=(display.width - 150) // 2,
262+
x=(display.width - 130) // 2,
263263
y=display.height // 2
264264
)
265265
game_group.append(message_label)

0 commit comments

Comments
 (0)