DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using
intis deprecated, and may be removed in a future version of Python.
win.blit(playerStand, (x, y))
DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using
intis deprecated, and may be removed in a future version of Python.
win.blit(walkLeft[animCount // 5], (x, y))