From 9150970522f0d9a5a1a59abc771316348015cb35 Mon Sep 17 00:00:00 2001 From: Yogi <1273750265@qq.com> Date: Tue, 17 Oct 2023 01:56:07 +0800 Subject: [PATCH] =?UTF-8?q?gd=E8=A7=86=E9=A2=91=E4=B8=8Envim=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Godot GDScript Trick.md | 7 +++++++ Lunarvim.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/Godot GDScript Trick.md b/Godot GDScript Trick.md index 9506845..41c8ddb 100644 --- a/Godot GDScript Trick.md +++ b/Godot GDScript Trick.md @@ -1,3 +1,5 @@ +### 组合与继承 + ### 用键盘代替鼠标来进行游戏操作(Vimlike) - 关键点:Control.focus @@ -123,3 +125,8 @@ 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中使用组合的方式替代继承 非常妙 子物体即是组件 diff --git a/Lunarvim.md b/Lunarvim.md index 3081138..a07f342 100644 --- a/Lunarvim.md +++ b/Lunarvim.md @@ -1,3 +1,8 @@ +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