DeprecationWarning:需要一个整数(获取类型浮点数)。不推荐使用隐式转换为整数 using
int
,并且可能会在 Python 的未来版本中删除。
win.blit(playerStand, (x, y))
DeprecationWarning:需要一个整数(获取类型浮点数)。不推荐使用隐式转换为整数 using
int
,并且可能会在 Python 的未来版本中删除。
win.blit(walkLeft[animCount // 5], (x, y))
DeprecationWarning:需要一个整数(获取类型浮点数)。不推荐使用隐式转换为整数 using
int
,并且可能会在 Python 的未来版本中删除。
win.blit(playerStand, (x, y))
DeprecationWarning:需要一个整数(获取类型浮点数)。不推荐使用隐式转换为整数 using
int
,并且可能会在 Python 的未来版本中删除。
win.blit(walkLeft[animCount // 5], (x, y))