啊吁喔 发表于 2020-10-7 18:24:01

飞机大战

pygame.draw.line(screen,energy_color,\
DeprecationWarning: an integer is required (got type float).Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.

在绘制血条这一部分,写完之后程序可以正常运行,但是会弹这个警告,是需要做修改吗,不支持这么写了吗?

liuzhengyuan 发表于 2020-10-7 18:55:39

只要程序能正常运行,应该还是支持原来的写法

啊吁喔 发表于 2020-10-7 20:01:29

liuzhengyuan 发表于 2020-10-7 18:55
只要程序能正常运行,应该还是支持原来的写法

好的,感谢感谢
页: [1]
查看完整版本: 飞机大战