XMWAI 0.1.3__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of XMWAI might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: XMWAI
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Small code King AI related library
5
5
  Home-page: https://github.com/Tonykai88/XMWAI.git
6
6
  Author: pydevelopment
@@ -23,7 +23,7 @@ def bomb(screen, x, y):
23
23
  # 预加载所有炸弹GIF形状(首次调用时执行)
24
24
  if not hasattr(bomb, "_gif_loaded"):
25
25
  for i in range(86):
26
- screen.addshape(f"/gif/bomb-{i:02d}.gif")
26
+ screen.addshape(f"/gif/{i}.gif")
27
27
  bomb._gif_loaded = True
28
28
 
29
29
  # 正常爆炸动画流程
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: XMWAI
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Small code King AI related library
5
5
  Home-page: https://github.com/Tonykai88/XMWAI.git
6
6
  Author: pydevelopment
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="XMWAI", # 包名(pip install XMWAI)
5
- version="0.1.3", # 初始版本号
5
+ version="0.1.4", # 初始版本号
6
6
  author="pydevelopment", # 作者
7
7
  author_email="hekai@xiaoma.cn", # 邮箱
8
8
  description="Small code King AI related library", # 简短描述
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes