文档和命令行
This commit is contained in:
parent
cbdeb41c48
commit
f76d092b1f
@ -247,7 +247,7 @@ class SR1ShipRender(BaseScreen):
|
|||||||
# self.render_ship()
|
# self.render_ship()
|
||||||
self.need_draw = True
|
self.need_draw = True
|
||||||
print('应该渲染飞船的')
|
print('应该渲染飞船的')
|
||||||
elif command.re_match('sr'):
|
elif command.re_match('debug'):
|
||||||
print('sr ?')
|
print('sr ?')
|
||||||
if command.re_match('delta'):
|
if command.re_match('delta'):
|
||||||
SR1ShipRender_Option.debug_d_pos = not SR1ShipRender_Option.debug_mouse_d_pos
|
SR1ShipRender_Option.debug_d_pos = not SR1ShipRender_Option.debug_mouse_d_pos
|
||||||
|
@ -33,6 +33,10 @@
|
|||||||
- `PartDatas`
|
- `PartDatas`
|
||||||
- 用于在 `PyObj` 里 暗 渡 陈 仓 装 `HashMap<uszie, SR1PartData>`
|
- 用于在 `PyObj` 里 暗 渡 陈 仓 装 `HashMap<uszie, SR1PartData>`
|
||||||
|
|
||||||
|
### 命令
|
||||||
|
|
||||||
|
- 有点尴尬,`sr1` 的命令不大好使,改成 `debug` 了
|
||||||
|
|
||||||
## 20230120 V 0.6.5.0
|
## 20230120 V 0.6.5.0
|
||||||
|
|
||||||
### 抱歉,我撒谎了(
|
### 抱歉,我撒谎了(
|
||||||
|
Loading…
Reference in New Issue
Block a user