diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/config.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/config.json" new file mode 100644 index 0000000000000000000000000000000000000000..5cd1d4e4b235d9dbd3da928fb8013bae38867292 --- /dev/null +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/config.json" @@ -0,0 +1,11 @@ +{ + "node_id": "game-7dd736ff4d2e43bfa002ad16964a7ea8", + "keywords": [], + "children": [], + "export": [ + "learn.json" + ], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 +} \ No newline at end of file diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/learn.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/learn.json" new file mode 100644 index 0000000000000000000000000000000000000000..0afe64cb3ff25faa0a84eff9c84f1e8d5064ed66 --- /dev/null +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/learn.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "hello_tute", + "source": "learn.md", + "notebook_enable": false, + "exercise_id": "3324da1bb1d64bdd837ee14a6a4c168b" +} \ No newline at end of file diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/learn.md" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/learn.md" new file mode 100644 index 0000000000000000000000000000000000000000..c291c0087e1ee7a4eceb8a44a1098603e012d66a --- /dev/null +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/11.\346\227\240\345\260\275\346\260\264\347\256\241\345\255\220\346\273\232\346\273\232\346\235\245\357\274\210\344\272\214\357\274\211/learn.md" @@ -0,0 +1,32 @@ +# 无尽水管子滚滚来(二) + +请先阅读本节讲义⬇ + +[《无尽水管子滚滚来(二)》](https://orzgame.blog.csdn.net/article/details/104919515) + + + + +在构造一对水管子的时候,为什么要按照下图所示的结构构造? + + +![水管子的场景结构](https://img-blog.csdnimg.cn/20200318183720887.png#pic_center) + + +## 答案 + +让上下水管以及中间的得分区都作为Pipe节点的子节点,这样只要控制Pipe节点的移动其它节点也就可以同步移动了 + +## 选项 + +### A + +并没有特别的原因,仅仅是为了好看 + +### B + +这是Godot引擎的要求,必须要这样做 + +### C + +这样比较好看 diff --git a/data/tree.json b/data/tree.json index d06d7a4c7af9f7e3126ea7a0e514270949ff225d..8ad69dceb7f0377001ec76dfb6279fd93b8a644b 100644 --- a/data/tree.json +++ b/data/tree.json @@ -131,6 +131,16 @@ "keywords_forbid": [], "group": 0 } + }, + { + "无尽水管子滚滚来(二)": { + "node_id": "game-7dd736ff4d2e43bfa002ad16964a7ea8", + "keywords": [], + "children": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 + } } ], "keywords_must": [],