DR_API 0.0.1.0
This commit is contained in:
parent
401251767f
commit
0498962e42
@ -25,7 +25,7 @@ from libs.MCDR.version import Version
|
||||
game_version = Version("0.7.1.4") # 游戏版本
|
||||
build_version = Version("1.2.1.0") # 编译文件版本(与游戏本体无关)
|
||||
DR_rust_version = Version("0.2.5.6") # DR 的 Rust 编写部分的版本
|
||||
Api_version = Version("0.0.0.1") # API 版本
|
||||
Api_version = Version("0.0.1.0") # API 版本
|
||||
__version__ = game_version
|
||||
|
||||
long_version: int = 13
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
<!-- cmdrun seq 1 10 -->
|
||||
|
||||
## 20230302 DR `0.7.1.5` + Build `1.2.1.0` + DR_rs `0.2.5.6`
|
||||
## 20230302 DR `0.7.1.5` + Build `1.2.1.0` + DR_rs `0.2.5.6` + DR_api `0.0.1.0`
|
||||
|
||||
### 文档
|
||||
|
||||
@ -47,6 +47,13 @@
|
||||
- Used to deploy documents to the server
|
||||
- At the same time, ensure that there will be no connection left
|
||||
|
||||
### DR_api V 0.0.1.0
|
||||
|
||||
- 修改了 `BaseScreen` 的定义
|
||||
- 跟随 pyglet master 的修改
|
||||
- Modify the definition of `BaseScreen`
|
||||
- Follow the modification of pyglet master
|
||||
|
||||
### DR_rs V 0.2.5.6
|
||||
|
||||
- 重新把 `CenterCamera_rs` 放回去了
|
||||
|
Loading…
Reference in New Issue
Block a user