Troubleshooting for a pygame

后端 未结 0 1918
情书的邮戳
情书的邮戳 2021-02-19 04:04

I have this code for a simple game for pygame or pgzero:

apple = Actor(\'apple\')

def draw():
    screen.clear()
    apple.draw()

def place_apple():
    apple.x         


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