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

前端 未结 0 1936
悲哀的现实
悲哀的现实 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
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题