环境要求说明
This commit is contained in:
parent
cae76df7d5
commit
0bfb48ea7c
@ -21,8 +21,8 @@
|
||||
|
||||
## 环境要求
|
||||
|
||||
* `Python` >= 3.7
|
||||
* `Python-Pygame` >= 1.9
|
||||
* `Python` >= 3.7,最好使用最新版
|
||||
* `Python-Pygame` >= 1.9,最好使用最新版
|
||||
|
||||
## 开始游戏
|
||||
|
||||
@ -59,8 +59,8 @@ python main.py
|
||||
## Windows单文件封装
|
||||
|
||||
编译依赖:
|
||||
- `Python` >= 3.7
|
||||
- `Python-Pygame` >= 1.9
|
||||
- `Python` >= 3.7,最好使用最新版
|
||||
- `Python-Pygame` >= 1.9,最好使用最新版
|
||||
- `Nuitka`
|
||||
- `MinGW-w64`(或其他C编译器)
|
||||
- `ccache`
|
||||
|
||||
@ -1723,4 +1723,6 @@ class IceFrozenPlot(Plant):
|
||||
if self.timer == 0:
|
||||
self.timer = self.current_time
|
||||
elif self.current_time - self.timer >= 30000:
|
||||
self.health = 0
|
||||
self.health = 0
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user