Commit Graph
1100 Commits
Author SHA1 Message Date
vinegar-tom 2dc0523a95 Change name of exported variable
Since the exported `PackedScene` variable is named `mob_scene`, the generated script variable is called `Mob Scene`, not `Mob`.
2021-06-27 10:12:04 -05:00
Aaron Franke 149a83e828 Merge pull request #4993 from aaronfranke/intro-no-kbd
Remove main screen keyboard shortcuts from introduction
2021-06-24 13:02:23 -04:00
Hugo Locurcio bac900acf6 Update the keyboard shortcut to open the editor help
The shortcut was changed in 3.3.

This also lists the macOS-specific shortcut in the editor introduction.
2021-06-23 15:06:45 +02:00
Verizane b9b8b32435 Use explicit casting for MobScene.Instance() in 3D game tutorial (#5021)
Implicit casting of "Godot.Node" to "Mob" is not allowed,
so I tried explicit casting and it worked.
2021-06-20 12:21:13 +02:00
Aaron Franke a7d91d33d0 Remove main screen keyboard shortcuts from introduction 2021-06-13 18:08:09 -04:00
Rémi Verschelde 0237f2c853 Merge pull request #4319 from bruvzg/ctl_docs
[Complex Text Layouts] Update tutorials and documentation to match TextServer changes.
2021-06-02 11:29:20 +02:00
tacevee 99a44fac6b Mention the new main screen switch shortcuts (#4903)
These shortcuts changed in Godot 3.3.
2021-05-11 00:36:06 +02:00
tholms 01954ad9c1 Fix the bullet points for the timer nodes in The main game scene (#4897)
The text in second line for each of the bullets was not being included in the bullet due to improper spacing.
2021-05-09 22:53:33 +02:00
bruvzg 20bcd1307a [Complex Text Layouts] Update tutorials and documentation to match TextServer changes. 2021-05-07 11:29:55 +03:00
Paul Joannon b7e9a081fd add C# code tabs to pages under first_3d_game 2021-03-19 18:19:45 +01:00
Pierre Ellul f26bdbbcd4 Update first_2d_game C# variables capitalization (#4723) 2021-03-19 13:02:45 +01:00
Nathan Lovato e2e55eff9a Add outros and transition text at the end of first_2d_game lessons 2021-03-04 13:47:54 -06:00
Nathan Lovato 4e72e67792 Split your_first_2d_game into seven lessons 2021-03-04 13:47:52 -06:00
Nathan Lovato c1f7f42ce6 Update the reference to the your_first_game document 2021-03-04 13:47:24 -06:00
Nathan Lovato 2d86f1496e Move your_first_game to a dedicated section, write index.rst
I moved some text from the tutorial to the index.rst document to match
the 3D series and group the overview and pre-requisites there.
2021-03-04 13:47:24 -06:00
ck90works d537782e04 Fixed a not needed ';' in GDScript sample code (#4713) 2021-03-03 22:31:06 +01:00
Marek S. Ł 1cdd6c9cc7 Replace instance diagram images for readability on all backgrounds (#4609) 2021-01-30 23:56:56 +01:00
vikslandHugo Locurcio 132d18ad49 3D Game: Fix text to reflect the context images for collision masks (#4578)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-25 16:26:01 +01:00
viksl d1ff7cdc67 3D game: Fix translation/rotation values to be the same as in images (#4577)
Quick fix to values for translation and rotation since the images show the values in reverse.
(In the picture translation is 0.2 and rotation 0.1)
2021-01-25 14:49:37 +01:00
Fabio Colella b0d34cd749 Add C# using dependencies to Your first game (#4553) 2021-01-17 13:24:08 +01:00
Matt a9a0e99fef Fix Hide() in _ready() first player example code
Hide() on line 216 and 222 give an unintended result when the user following the tutorial is requested on line 354 to Play the Scene. The Player will not be shown.
Removing Hide() on line 216 and 222 will fix this.
2020-12-15 23:35:42 +01:00
Hugo Locurcio 4204e6087f Fix incorrect YouTube video link in Godot's design philosophy (#4451)
This closes #4450.
2020-12-14 22:09:11 +01:00
Nathan Lovato 8789e2ba02 Merge pull request #4443 from NathanLovato/first-3d-tutorial-fix-input-actions
Replace outdated pictures in first_3d_game/
2020-12-07 06:59:17 -06:00
Nathan Lovato fc7c7fef35 Replace outdated pictures in first_3d_game/
The input actions were changed from move_up and move_down to
move_forward etc. but the pics not updated.
2020-12-07 06:55:52 -06:00
Nathan Lovato 238f7bd83e Merge pull request #4430 from NathanLovato/improve-learning-with-community
Improve learning_new_features.rst
2020-12-06 05:51:48 -06:00
Nathan Lovato 058b4aec3f Improve learning_new_features.rst
Added more guidelines for when asking for support.
2020-12-05 19:47:45 -06:00
Nathan Lovato d0eb1eb6bc Move remaining files out of step_by_step/
Moved those to scripting/:

- filesystem
- resources
- singletons_autoload
- scene_tree

export to export/

and godot_design_philosophy to introduction/
2020-12-02 20:31:01 -06:00
Nathan Lovato 15b02ecae0 Remove scripting_continued.rst 2020-12-02 15:47:29 -06:00
Nathan Lovato 1d2ff09f89 Rewrite step_by_step/signals.rst
Closes #4174
2020-12-02 15:47:29 -06:00
Nathan Lovato f68abde1e8 Write first script and player input pages
Closes #4173
2020-12-02 15:47:29 -06:00
Nathan Lovato fbb8105a54 Rewrite and rename scripting -> scripting_languages
The page now focuses on giving an overview of official scripting languages.
Removed first example using signals. We'll introduce signals later in
the series.

Moved the explanation of what scripts are and do to the top, before
talking about languages.

Mentioned other things like that GDScript isn't like Python, that it's
an imperative and OO language, with links to wikipedia that explain the
jargon.

Closes #4172
2020-12-02 15:47:29 -06:00
Nathan Lovato e7643e5925 Remove unused pictures 2020-12-02 15:47:29 -06:00
Nathan Lovato d6cc5614cb Re-write instancing.rst
This is a complete rewrite and merge of instancing.rst and
instancing_continued.rst. The goal was to simplify the language and
unify the tutorial around the falling ball. Some instructions are more
detailed than in the original article.

There are also more pictures, all new, and using yellow outlines for
color-blind people.

Closes #4175
Closes #4171
2020-12-02 15:47:29 -06:00
Nathan Lovato f958094900 Write nodes and scenes
Closes #4170
2020-12-02 15:47:29 -06:00
Nathan Lovato eeb58b84b2 Write intro_to_the_editor_interface.rst
Closes #4167
2020-12-02 15:47:29 -06:00
Nathan Lovato 9f3f93912f Merge pull request #4403 from NathanLovato/content/first_3d_game_tutorial
Getting started: your first 3D game tutorial
2020-12-02 15:43:32 -06:00
Rémi Verschelde 1298ed2ea0 Merge pull request #4302 from NathanLovato/content/getting-started
Rewrite of the getting started introduction
2020-12-02 20:32:04 +01:00
Nathan Lovato 164e6909c0 Add kbd tags to the 3D tutorial 2020-11-30 08:56:08 -06:00
Nathan Lovatoand f68a6a25c5 Update direction comparison
Co-authored-by: arnfranke@yahoo.com
2020-11-27 19:27:47 -06:00
Nathan Lovato a187b11171 Update start project version
Fixes model offset and updated the code to match the edits in the tutorial
2020-11-27 16:13:53 -06:00
Nathan LovatoandAaron Franke 61d2d438f3 Edit first_look_at_the_editor.rst
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-11-27 15:58:27 -06:00
Nathan Lovato ae99e3cb40 Fix typos, add missing link, use the expression main screen 2020-11-27 01:23:46 -06:00
Nathan Lovato 73ad35ce29 Write 3D course outro, add missing reference labels 2020-11-27 01:15:41 -06:00
Nathan Lovato a6bd1de290 Rename move actions and improve code block in 3d tutorial 2020-11-26 23:33:35 -06:00
3bd0ac9dc2 Edit the 3D tutorial series
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
Co-authored-by: PiOverFour <PiOverFour@users.noreply.github.com>
2020-11-26 23:24:11 -06:00
Nathan Lovato dec794f7de Write 3D tutorial part 9: animation 2020-11-26 22:42:37 -06:00
Nathan Lovato e34eae1048 Write part 8 of the 3D tutorial: score and replay 2020-11-26 15:19:15 -06:00
Nathan Lovato e8d1837989 Write part 7 of the 3D tutorial: killing the player 2020-11-25 23:28:02 -06:00
Nathan Lovato 6a04273975 Replace quotation marks 2020-11-25 22:20:37 -06:00
Nathan Lovato ca031fc26b Write 3D tutorial part 6: jump_and_squash 2020-11-25 22:19:47 -06:00