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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/config.json" new file mode 100644 index 0000000000000000000000000000000000000000..81cea9ab970db62e5d13ced153705aaee327f1c0 --- /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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/config.json" @@ -0,0 +1,11 @@ +{ + "node_id": "game-7b40ec0d41354fa9adde837f8504c586", + "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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/learn.json" new file mode 100644 index 0000000000000000000000000000000000000000..e148026d71e4e7a51a6bda468eb5c3da58af92fa --- /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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/learn.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "hello_tute", + "source": "learn.md", + "notebook_enable": false, + "exercise_id": "2702090fbaab43ed9ff517fbea4150f3" +} \ 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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/learn.md" new file mode 100644 index 0000000000000000000000000000000000000000..753d31ee93f2864508a8f7dd2301be5a2184974d --- /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/19.\345\244\251\344\270\213\346\262\241\346\234\211\344\270\215OVER\347\232\204GAME/learn.md" @@ -0,0 +1,28 @@ +# 天下没有不OVER的GAME + +请先阅读本节讲义⬇ + +[《天下没有不OVER的GAME(上)》](https://orzgame.blog.csdn.net/article/details/105148296) +[《天下没有不OVER的GAME(下)》](https://orzgame.blog.csdn.net/article/details/105156048) + + +游戏结束以后自动弹出显示分数的看板UI,下列哪个节点最适合用于在UI上显示图片 + +## 答案 + +`TextureRect` + +## 选项 + +### A + +`AnimationPlayer` + +### B + +`Label` + +### C + +`Sprite` +