python:pygame的各类使用方法

加小汽车 import pygame,sys pygame.init() screen =pygame.display.set_caption("带透视的马路牙子") def lineleft(): plotpoints=[] for x in range(0,640): y=1000-5*x plotpoints.append([x,y])
相关文章
相关标签/搜索