pvzscripts
pvzscripts copied to clipboard
访问pvz.slots_count的结果始终为10
Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information. >>> import pvz 当前版本: 4.0.2 在线教程: https://pvz.lmintlcx.com/scripts/ 20:09:21.810 - pvz - INFO - 获取 DPI 缩放比例: 1.4997070884592854. 20:09:21.812 - pvz - INFO - 查找游戏窗口, 类名 'MainWindow', 标题 'Plants vs. Zombies', 结果 True. 20:09:21.816 - pvz - INFO - 已找到游戏 1.0.0.1051 !!! 20:09:21.820 - pvz - INFO - 更新卡槽格数 9. 20:09:21.826 - pvz - INFO - 更新场景地图 Night. 20:09:21.830 - pvz - INFO - 更新卡槽代号 [74, 61, 62, 63, 66, 65, 64, 67, 72, None]. 20:09:21.835 - pvz - INFO - 查找场上玉米炮 []. >>> pvz.slots_count 10 >>> pvz.update_game_scene() >>> pvz.slots_count 10
https://blog.csdn.net/span76/article/details/9306641