环境要求说明

This commit is contained in:
星外之神 2022-05-14 14:39:18 +08:00
parent cae76df7d5
commit 0bfb48ea7c
2 changed files with 7 additions and 5 deletions

View File

@ -21,8 +21,8 @@
## 环境要求 ## 环境要求
* `Python` >= 3.7 * `Python` >= 3.7,最好使用最新版
* `Python-Pygame` >= 1.9 * `Python-Pygame` >= 1.9,最好使用最新版
## 开始游戏 ## 开始游戏
@ -59,8 +59,8 @@ python main.py
## Windows单文件封装 ## Windows单文件封装
编译依赖: 编译依赖:
- `Python` >= 3.7 - `Python` >= 3.7,最好使用最新版
- `Python-Pygame` >= 1.9 - `Python-Pygame` >= 1.9,最好使用最新版
- `Nuitka` - `Nuitka`
- `MinGW-w64`或其他C编译器 - `MinGW-w64`或其他C编译器
- `ccache` - `ccache`

View File

@ -1724,3 +1724,5 @@ class IceFrozenPlot(Plant):
self.timer = self.current_time self.timer = self.current_time
elif self.current_time - self.timer >= 30000: elif self.current_time - self.timer >= 30000:
self.health = 0 self.health = 0