TypeError: '>=' not supported between instances of 'function' and 'int'

后端 未结 0 1503
迷失自我
迷失自我 2021-01-03 19:22

this doubt is from pygame and space invaders game

checking of boundaries of player

 `playerX += playerX_change    
   if playerX <=0:
       playe         


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