摘要: ``` import pygame import random # default WIDTH=1280 HEIGHT=1060 FPS=60 sum=0 # set color WHITE=(255,255,255) BLACK=(0,0,0) RED=(255,0,0) GREEN=(0,255,0) BLUE=(0,0,255) color=[WHITE,RED,GREEN,BLUE] # ... 阅读全文
posted @ 2019-01-11 14:41 baccano! 阅读(595) 评论(0) 推荐(0) 编辑