138 Commits
Author SHA1 Message Date
skyace65 27ac4ef125 Make "TextureRect" a link
(cherry picked from commit aa33e630f7)
2024-07-24 20:56:37 +02:00
Jan 24647901be Explicitly mention to which node should connect the signals (#9153)
* Explicitly mention to which node should connect the signals

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
(cherry picked from commit 4be049f967)
2024-07-24 20:56:05 +02:00
skyace65 ba30c3de73 Unify C# naming notes and comments
(cherry picked from commit 8916cbd4b2)
2024-07-24 20:50:07 +02:00
skyace65 17a50e9b05 Clarify how to open the SpriteFrames panel
(cherry picked from commit 79dfce6de3)
2024-07-24 20:49:50 +02:00
Matthew bbb18a1cc5 Merge pull request #8832 from kylestarr/patch-2
Moving disclaimer comments inline

(cherry picked from commit af5d7d0223)
2024-07-24 20:29:17 +02:00
404 Not Found 2f21c9f5ee Improve clarity of 2d tutorial section
(cherry picked from commit 00f1ec611a)
2024-07-24 20:25:51 +02:00
Max Hilbrunner a290781300 Merge pull request #9293 from skyace65/PlayTooltip
Fix button description

(cherry picked from commit 8655683fc9)
2024-05-07 13:00:38 +02:00
Ido Savion 62eaf4a357 Update first 2D game input mapping event configuration image (#9128)
* Update first 2D game input mapping event configuration image

The previous photo contained a typo which is no longer present in
Godot 4.2 ("Poistion" -> "Position").

---------

Signed-off-by: Ido Savion <idosavion@gmail.com>
(cherry picked from commit 4f04a2726e)
2024-05-07 12:57:12 +02:00
Max Hilbrunner f7997781db Merge pull request #8946 from skyace65/First2D-Fixes
Minor dodge the creeps fixes

(cherry picked from commit ee9d206a15)
2024-05-07 12:53:40 +02:00
Max Hilbrunner 7db6918f29 Merge pull request #8721 from FishingSimulator/patch-1
Update "The Main Game Scene" for clarity
2024-01-25 10:12:11 +01:00
Max Hilbrunner a6838c5f2b Merge pull request #8705 from eztaah/master
Fix incorrect instruction to call node during 2D tutorial
2024-01-25 10:11:19 +01:00
Matthew 5f40815288 Merge pull request #8713 from eztaah/fix1
Reorder instructions in 06.heads_up_display.rst
2024-01-25 10:00:41 +01:00
Matthew fe521aaf06 Merge pull request #8600 from toadkarter/patch-1
Fixes grammatical error in 'Creating the Enemy'
2024-01-25 09:55:54 +01:00
Hana - Piralein 99386cba21 Add image for clarification 2024-01-25 09:43:56 +01:00
Stevoisiak ed8782cce9 First 2D Game - Link directly to Creeps source code
Changes a hyperlink In the tutorial for Your First 2D game, Dodge the Creeps, to link directly to the Dodge the Creeps folder of the Godot demo projects page instead of the main repository page that contains multiple games.
2024-01-25 09:42:50 +01:00
217bd3c066 Updating the 2D tutorial in light of an editor bug (#7915)
* Update to the 2D tutorial

Issue #41283 is currently disrupting the flow of the official 2D tutorial for folks with external script editors.

This change is to update the tutorial to acknowledge this bug and provide newcomers with clearer guidelines on how to complete the tutorial despite the bug.

It also clarifies a potential point of confusion about how the editor communicates connection between signals and script functions.

Co-authored-by: Matthew <matthewehr@hotmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-11-24 16:29:50 -05:00
Matthew 7606b7c781 Merge pull request #8113 from mediacloner/mediacloner-patch-1
Update 04.creating_the_enemy.rst
2023-11-24 15:16:32 -05:00
Matthew ee1fe1caea Merge pull request #8462 from theDrake/patch-2
Adjust comma placement in 01.project_setup.rst
2023-11-20 19:07:37 -05:00
David C. Drake f84168db6a Adjust comma placement in 01.project_setup.rst
Changed "window and in the left column," to "window, in the left column".
2023-11-19 11:54:19 -07:00
CHM e2f9034f8d Remove outdated C++ tutorial in "Your first 2D game" 2023-11-14 23:00:33 +08:00
Hana - Piralein a24b42c366 Add the reminder as warning 2023-11-09 19:34:53 +01:00
FelixBurkhard d99a88235c 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-09 13:42:32 +01:00
Gustav a151aa0db2 Use Node2D instead of PhysicsBody2D 2023-10-24 22:40:36 +02:00
Max Hilbrunner 52e93accff Merge pull request #8119 from skyace65/SoundClarification
Clarify where sound files are
2023-10-21 22:37:13 +02:00
Hana - Piralein 625c4a67c4 update project manager images 2023-10-17 21:47:47 +02:00
Saif Kandil 8c7824ccd3 update creating_the_enemy.rst file
Signed-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>
2023-10-13 10:40:59 +03:00
Max Hilbrunner 19d82e1c09 Merge pull request #7762 from pssoor/patch-3
Update 06.heads_up_display.rst
2023-10-09 02:00:19 +02:00
Max Hilbrunner 2b2be918db Merge pull request #8085 from Piralein/almostdeletedmygamesavefilesbydeletingtheeditorsettings
Update images in "Your first 2D game - Coding the player" with wrong settings
2023-10-08 23:17:31 +02:00
Hana - Piralein 52a0133d95 update outdated images and add clarification 2023-10-08 12:58:27 +02:00
Max Hilbrunner 455ca26878 Merge pull request #8180 from raulsntos/dotnet/build-button-4.2
C#: Update images of the Build button
2023-10-07 18:29:04 +02:00
Max Hilbrunner b4fdcc6376 Merge pull request #8017 from jynus/dodge-the-creeps
Add code examples for sound playing in the "first 2d game" tutorial
2023-10-06 12:58:46 +02:00
Raul Santos 084f18b176 C#: Update images of the Build button 2023-10-06 00:47:40 +02:00
skyace65 8987f07fc1 Clarify where sound files are 2023-10-02 22:04:18 -04:00
Àlex 3498a4c1c6 Update 04.creating_the_enemy.rst
Rename option of CapsuleShape2D
2023-10-01 10:11:53 +02:00
Hana - PiraleinandErshn bdf7026ed3 clarify wording
Co-Authored-By: Ershn <ershnsyn@gmail.com>
2023-09-28 18:49:25 +02:00
Jaime Crespo 3f45d36502 Add code examples for sound playing in the "first 2d game" tutorial
The last step in "Your first 2D game" (Finishing up) lacks code or
directions in general for C#. Add a short snipet that can be used
for reference and for copy and paste.

Fixes #8003
2023-09-23 13:51:19 +02:00
Bruno 5b557cc500 update folder-content img on 01.project_setup.rst (#7851)
update folder content img
2023-09-20 21:22:25 -04:00
Henry Li abbe8a0588 Update 02.player_scene.rst
Add macOS shortcut `Cmd + A`
2023-09-16 21:49:03 +10:00
Pav Soor d895f4d169 Update 06.heads_up_display.rst 2023-08-02 10:02:46 +01:00
Mohsen fe50006f2e Update player_scene_nodes.webp
The screenshot now correctly shows the state it should show.

At line 31, it is requested to select the "Group selected nodes" option, that will show an icon next to the "Player" node.
This icon is not present at the current screenshot.
2023-07-20 08:47:04 -07:00
Max Hilbrunner 6f9c56b72b Merge pull request #7676 from Varusal/master 2023-07-18 13:18:06 +02:00
Niklas 3acdc258c0 Changed clamp code to be the same as in the demo sample 2023-07-16 18:23:16 +02:00
Viesturs Marnauza 37f0905048 Fix typo in 06.heads_up_display.rst 2023-07-16 12:12:07 +03: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 HilbrunnerandDoug Thompson 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
dprimeandMax Hilbrunner 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 PostmaandMax Hilbrunner 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