2024-12-13 13:49
import pygame pygame.init() left_button = pygame.Rect(50, 200, 50, 50) # (x, y, width, height) right_button = pygame.Rect(150, 200, 50, 50) jump_button = pygame.Rect(250, 200, 50, 50) font = pygame.font.Font(None, 36) black = (0, 0, 0) screen = pygame.display.set_mode((400, 400)) screen.blit(font.render("←", True, black), (left_button.x + 20, left_button.y + 10)) screen.blit(font.render("→", True, black), (right_button.x + 20, right_button.y + 10)) تكملة تحت
1
回覆
1
轉發

作者

محمد
sl11.k
profile
粉絲
54
串文
34+

回覆

轉發

24小時粉絲增長

無資料

互動率

(讚 + 回覆 + 轉發) / 粉絲數
3.70%

回覆 (BETA)

最先回覆的內容
發文後用戶內容

© 2025 Threadser.net. 版權所有。

Threadser.net 與 Meta Platforms, Inc. 無關,未經其認可、贊助或特別批准。

Threadser.net 也不與 Meta 的"Threads" 產品存在任何關聯。