Collisions With Tiles Isnt Working How To Fix? { pygame }

前端 未结 0 1931
悲哀的现实
悲哀的现实 2021-01-18 08:55

so I have a play class

class player:
    def __init__(self,x,y,height,width,color):
        self.x = x
        self.y = y
        self.height = height
                


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题