@@ -9,29 +9,29 @@ You can pat yourself on the back for having completed your first 3D game with
99Godot.
1010
1111In this series, we went over a wide range of techniques and editor features.
12- Hopefully, you’ ve witnessed how intuitive Godot’ s scene system can be and
12+ Hopefully, you' ve witnessed how intuitive Godot' s scene system can be and
1313learned a few tricks you can apply in your projects.
1414
1515But we just scratched the surface: Godot has a lot more in store for you to save
1616time creating games. And you can learn all that by browsing the documentation.
1717
18- Where should you begin? Below, you’ ll find a few pages to start exploring and
19- build upon what you’ ve learned so far.
18+ Where should you begin? Below, you' ll find a few pages to start exploring and
19+ build upon what you' ve learned so far.
2020
21- But before that, here’ s a link to download a completed version of the project:
21+ But before that, here' s a link to download a completed version of the project:
2222`<https://github.com/godotengine/godot-3d-dodge-the-creeps >`_.
2323
2424Exploring the manual
2525--------------------
2626
27- The manual is your ally whenever you have a doubt or you’ re curious about a
27+ The manual is your ally whenever you have a doubt or you' re curious about a
2828feature. It does not contain tutorials about specific game genres or mechanics.
2929Instead, it explains how Godot works in general. In it, you will find
3030information about 2D, 3D, physics, rendering and performance, and much more.
3131
3232Here are the sections we recommend you to explore next:
3333
34- 1. Read the :ref: `Scripting section <toc-scripting-core-features >` to learn essential programming features you’ ll use
34+ 1. Read the :ref: `Scripting section <toc-scripting-core-features >` to learn essential programming features you' ll use
3535 in every project.
36362. The :ref: `3D <toc-learn-features-3d >` and :ref: `Physics <toc-learn-features-physics >` sections will teach you more about 3D game creation in the
3737 engine.
@@ -40,5 +40,5 @@ Here are the sections we recommend you to explore next:
4040You can start with these or, if you prefer, look at the sidebar menu on the left
4141and pick your options.
4242
43- We hope you enjoyed this tutorial series, and we’ re looking forward to seeing
43+ We hope you enjoyed this tutorial series, and we' re looking forward to seeing
4444what you achieve using Godot.
0 commit comments