1364 Commits

Author SHA1 Message Date
Max Hilbrunner
7bd631c5f7 Merge pull request #8437 from Piralein/moreorlessorwarning
Remove the remaining reminder and add it as a warning (Your first 2D game - Heads up display)
2023-11-11 05:28:22 +01:00
Matthew
8e3ec39506 Merge pull request #7934 from RayFV/patch-1
Fixed macOS shortcut
2023-11-11 05:27:22 +01:00
FelixBurkhard
840dd2e51d Fix minor issues in Your first 2D game (#8129)
- The `Dodge the Creeps!` string was not consistent through the page.
- The `\n` was removed from the Label Text because the Label should do the wrapping.
- There were two reminders to remove the `new_game()` call with only a few lines in between.
2023-11-11 05:26:20 +01:00
Carl Meyer
cf1705f52f Mark Instancing tutorial as up-to-date (#8146)
I could follow it without any issues on 4.1.
2023-11-11 05:25:32 +01:00
Max Hilbrunner
1eea7c0399 Merge pull request #8430 from skyace65/FirstScript
Update images on first script page
2023-11-11 05:24:06 +01:00
David C. Drake
4a76a9010d Minor fixes in scripting_first_script.rst (#8415)
* Minor fixes in scripting_first_script.rst

Changed "by default" to "at their default values" and "calling the rotated() method on any Vector2" to "calling the Vector2 method rotated()" (in context, these changes are correct). Also added a missing comma.

* "at" -> "set to" in scripting_first_script.rst

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-11-11 05:23:57 +01:00
Matthew
0c41cf3eb4 Merge pull request #8414 from theDrake/patch-1
Add missing comma in instancing.rst
2023-11-11 05:23:48 +01:00
Max Hilbrunner
dc1552877d Merge pull request #8413 from Calinou/fix-unused-images
Fix various cases of unused images
2023-11-11 05:23:28 +01:00
Matthew
9d9e287939 Merge pull request #8349 from catslanderer/patch-2
Update scripting_player_input.rst
2023-11-11 05:22:17 +01:00
Matthew
4a432ffdd3 Merge pull request #8395 from theDrake/patch-1
Remove extra "the" in nodes_and_scenes.rst
2023-11-11 05:20:02 +01:00
Max Hilbrunner
9c5a74492c Merge pull request #8332 from CrisHigham/bugfix/3d-for-loop-tabs
Update 06.jump_and_squash.rst
2023-11-11 05:18:03 +01:00
Max Hilbrunner
2f4cb5b7dc Merge pull request #8321 from dkgv/patch-1
Use Node2D instead of PhysicsBody2D for C# collision example
2023-11-11 05:05:15 +01:00
Max Hilbrunner
6a5726712e Merge pull request #8119 from skyace65/SoundClarification
Clarify where sound files are
2023-11-11 04:56:25 +01:00
Max Hilbrunner
4dbc5417dc Merge pull request #8282 from TimSorrow/patch-2
Update 09.adding_animations.rst
2023-11-11 04:56:06 +01:00
Saif Kandil
6963d592e3 update creating_the_enemy.rst file
Signed-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>
2023-11-11 04:54:41 +01:00
Hana - Piralein
8ce35caa63 update outdated images and add clarification 2023-10-09 01:32:25 +02:00
Emily
bc01208f88 Fixed qa link
Closes #8155
2023-10-09 01:32:01 +02:00
akpath
84db963c74 fix comment
Comment was inaccurate in its conversion of radians to degrees
2023-10-09 01:31:55 +02:00
Jesus
a4d1dd1834 Fix style in GodotScript code for if (#7848)
* Style: remove braces on condition in godot code

* Update 07.killing_player.rst

* Update 09.adding_animations.rst
2023-10-09 01:23:01 +02:00
David Ruttka
189a8255d3 Update order of nodes in key_concepts_overview.rst
For consistency, this change reorders the list of nodes to match the order observed in the screenshot.
2023-10-09 01:22:37 +02:00
Ryan Flynn
157dbc59e8 Add note for windows laptop to class reference doc (#8097)
Add note regarding the fn key when trying to open the class reference in editor
2023-10-09 01:21:33 +02:00
Hana - Piralein
1d5fb5a274 clarify wording
Co-Authored-By: Ershn <ershnsyn@gmail.com>
2023-10-09 01:21:10 +02:00
Seth McCombs
aaafd88a00 fix getting started URL (#8034)
* fix getting started URL

* ref to reST for getting started

* doc_getting_started_intro
2023-10-09 00:49:52 +02:00
Andrew Henning-Kolberg
51fe4bae1d Update Instantiate menu in 03.player_movement_code.rst (#7978)
This commit updates the instructions for instantiating a new child
scene in the getting started first 3d game tutorial so that the
menu option matches the language used in version 4.1.1.

The associated image is updated to match and is updated to the
preferred `webp` format.

The "Instance Child Scene" menu now reads "Instantiate Child Scene".
2023-10-09 00:47:45 +02:00
Bruno
10dd8184b5 update folder-content img on 01.project_setup.rst (#7851)
update folder content img
2023-10-09 00:47:03 +02:00
Henry Li
be0419035b Update 02.player_scene.rst
Add macOS shortcut `Cmd + A`
2023-10-09 00:31:54 +02:00
VictorDev200
f7747ee4d6 Update key_concepts_overview.rst
Changing 'Character' to 'Player'
2023-10-09 00:26:55 +02:00
Matthew
32389dc924 Merge pull request #7700 from MohsenHNSJ/master
Update player_scene_nodes.webp
2023-08-01 05:39:34 +02:00
Matthew
d1824a4ee5 Merge pull request #7673 from vmarnauza/patch-2
Fix typo in `06.heads_up_display.rst`
2023-08-01 05:34:38 +02:00
Max Hilbrunner
6af6b5cf22 Merge pull request #7676 from Varusal/master 2023-08-01 05:29:33 +02:00
Matthew
2f7c25e02f Merge pull request #7551 from Calinou/csharp-export-limitations
Document C# currently not being supported on Android, iOS and Web
2023-08-01 05:24:41 +02:00
Matthew
5cdd084268 Merge pull request #7602 from ViktorVoloshko/patch-1
Fixed typo in scripting_first_script.rst
2023-08-01 05:18:06 +02:00
Matthew
6eb603ccca Merge pull request #7618 from Calinou/update-introduction-images
Update screenshots in Introduction section
2023-08-01 05:16:19 +02:00
Piper Thunstrom
e4acd3ccf6 Update instancing.rst (#7493)
Update physics material info on instancing page
2023-06-18 22:06:02 -04:00
Max Hilbrunner
485116d8a3 Character and typo fixes 2023-05-31 18:07:27 +02:00
Pav Soor
9c2a7bafd0 Update instancing.rst
Changed typo of tabel.tscn to label.tscn
2023-05-24 20:25:06 +01:00
RaspberryEuphoria
ec366a691d doc: replace incorrect Speed variable with _speed 2023-05-22 21:49:46 +02:00
Max Hilbrunner
ae602ba02d Merge pull request #7384 from Piralein/ui-stuff 2023-05-21 05:47:10 +02:00
Hana - Piralein
7043483945 update images and clarify scene information 2023-05-19 19:23:20 +02:00
Hana - Piralein
16d183167a clarify UI position setup 2023-05-19 18:09:00 +02:00
Max Hilbrunner
b98dabbc73 Merge pull request #7371 from raulsntos/dotnet/renames-2 2023-05-18 13:19:16 +02:00
Raul Santos
c457ab79ec Update some C# examples
- Rename members that have been renamed in Godot's C# API for 4.0.
- Change `delta` parameter type to `double`.
- Ensure parameters match base declaration.
- Follow our code style more closely.
- Other minor code fixes.
2023-05-18 13:14:05 +02:00
Max Hilbrunner
1645e5740c Clarification in Getting Started 2D 2023-05-18 13:12:43 +02:00
Max Hilbrunner
72c0af46b2 Snake-case .tscn, .gd and _on_* callbacks
Co-authored-by: Doug Thompson <s-git@dougthompson.co.uk>
2023-05-18 12:46:58 +02:00
Max Hilbrunner
9542c3d181 Small grammar fix in Getting Started 3D 2023-05-18 12:08:29 +02:00
dprime
4fa13df80f make the section describing wiring up the hit signal slightly more verbose (#6480)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 11:20:48 +02:00
Kory Postma
94d621b65f Update 07.finishing-up.rst (#7093)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 11:08:07 +02:00
Atul Varma
7b17bdaad4 Document project settings in 01.project_setup.rst (#7359)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 10:37:13 +02:00
Patrick
60da673ced Mention Spatial -> Node3D rename in Introduction docs 2023-05-11 23:31:43 +02:00
Carson Anderson
c0d9c61e6d fix: 3d tutorial squash code (#7204)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-07 22:04:40 +02:00