环境要求说明
This commit is contained in:
parent
cae76df7d5
commit
0bfb48ea7c
@ -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`
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user