如果对象的坐标为( 0,0),如何处理在平局中的对象对象的环环绕矩形 。
原文:How to deal with a wrap-around rectangle for an object in pygame if the object s coordinates are at (0,0)
原文:How to deal with a wrap-around rectangle for an object in pygame if the object s coordinates are at (0,0)
我有一些代码可以环绕于游戏中某些文本的矩形 : 以 pg 字体导入 pygame = pg.font. SysFont (“ Comic Sans MS”, 30) def careRect (obj, 颜色= Black ) : 矩形 = obj. get_rect ()...