This commit is contained in:
shenjack 2023-05-02 12:34:14 +08:00
parent c5ab438149
commit 7462de4289
2 changed files with 10 additions and 14 deletions

View File

@ -54,6 +54,16 @@
- Now when the game crashes, it will automatically output the crash log in stdio - Now when the game crashes, it will automatically output the crash log in stdio
- The content of the crash log is basically the same as the crash report - The content of the crash log is basically the same as the crash report
### Docs
- `howto/translate.md`
- 修改为新的 tr 调用方式
- Modified to the new tr call method
- `SUMMARY.md`
- add `howto/translate.md`
- add `howto/game/readme.md`
- `contributors` -> `Contributing`
### Mod Loader ### Mod Loader
- `ModInfo` - `ModInfo`

View File

@ -1,14 +0,0 @@
struct a_part
part_type :: String
part_id :: UInt64
enable :: Bool
x :: Float64
y :: Float64
x_v :: Float64
y_v :: Float64
angle :: Float16
angle_v :: Float64
end