摘要:
import pygame from pygame.locals import * import sys import math class Game: def __init__(self): pygame.init() self.W,self.H=800,800 self.screen=pygam 阅读全文
posted @ 2023-07-11 15:31 白桦的天空 阅读(123) 评论(0) 推荐(0)
|
|||
|
摘要:
import pygame from pygame.locals import * import sys import math class Game: def __init__(self): pygame.init() self.W,self.H=800,800 self.screen=pygam 阅读全文
posted @ 2023-07-11 15:31 白桦的天空 阅读(123) 评论(0) 推荐(0) |
|||