【发布时间】:2020-04-07 18:05:10
【问题描述】:
DeprecationWarning:需要一个整数(类型为浮点数)。不推荐使用
int隐式转换为整数,并且可能会在未来的 Python 版本中删除。
win.blit(playerStand, (x, y))
DeprecationWarning:需要一个整数(类型为浮点数)。不推荐使用
int隐式转换为整数,并且可能会在 Python 的未来版本中删除。
win.blit(walkLeft[animCount // 5], (x, y))
【问题讨论】:
标签: python python-3.x pygame pygame-surface pygame2