update
This commit is contained in:
parent
c5ab438149
commit
7462de4289
@ -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`
|
||||||
|
14
test/data.jl
14
test/data.jl
@ -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
|
|
Loading…
Reference in New Issue
Block a user