Compare commits
No commits in common. "d1181f8dd4d4a0c3457fde7f3b6095fe4b21eae8" and "dc4c2714eb3f23400f50c5b35b812b7a7c820156" have entirely different histories.
d1181f8dd4
...
dc4c2714eb
|
@ -1,5 +1,3 @@
|
|||
### 组合与继承
|
||||
|
||||
### 用键盘代替鼠标来进行游戏操作(Vimlike)
|
||||
- 关键点:Control.focus
|
||||
|
||||
|
@ -125,8 +123,3 @@ func asyns_tween_property(scene_tree : SceneTree, object:Object, tween_property:
|
|||
tween.tween_property(object,tween_property, value, move_time)
|
||||
await tween.finished
|
||||
```
|
||||
|
||||
|
||||
### 在Godot中使用继承与组合
|
||||
- [How You can Easily Make Your Code Simpler in Godot4](https://www.youtube.com/watch?v=74y6zWZfQKk&t=2s)
|
||||
- 这个视频挺好的 完美阐述了如何在godot中使用组合的方式替代继承 非常妙 子物体即是组件
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
A Vim
|
||||
https://www.youtube.com/watch?v=GEHPiZ10gOk
|
||||
插件
|
||||
https://www.youtube.com/watch?v=NJDu_53T_4M
|
||||
|
||||
## 常用
|
||||
- C + w + s or C + w + v 分屏
|
||||
- `C+\`Terminal
|
||||
|
@ -60,8 +55,6 @@ https://www.youtube.com/watch?v=NJDu_53T_4M
|
|||
- Insert时
|
||||
- <C+Space> 和vscode一样是代码补全提示
|
||||
- <C+j> <C+k> 上下翻页,我更推荐使用方向键or<Tab>
|
||||
- <Leader> + g + g 快速打开lazygit
|
||||
- <Leader> + b + 其他tag跳转
|
||||
|
||||
|
||||
TreeSetter安装不同语言:
|
||||
|
|
Loading…
Reference in New Issue