Python精灵模块的hide隐藏角色指令

所有命令 单独命令 屏幕命令 角色命令

屏幕命令 >> Python精灵模块的hide隐藏角色指令

简介:隐藏角色,同hideturtle。
例子:
from sprites import *

bug = Sprite()
bug.fd(100)
bug.hide()
writed by lixingqiu 关注"异编程"微信公众号,获取更多关于Python精灵模块的咨讯: