Kukhyeon Heo
e4851622df
pi/4 is 45 degrees.
...
(cherry picked from commit 7e2a730d05 )
2024-07-24 21:07:44 +02:00
Stephen Li
f4142022d7
Fix indented text captured by tabs group directive
...
This paragraph has a leading space which causes it to be captured by the previous tabs directive
(cherry picked from commit 0d27e57246 )
2024-07-24 21:06:53 +02:00
Matthew
9f87260dd0
Merge pull request #9432 from Bamarin/master
...
First 3D Game update input-action screenshot to 4.2
(cherry picked from commit 02cef7afb2 )
2024-07-24 21:04:02 +02:00
谢天
4e71d0d75c
Update outdated link in first_3d_game's going_further.rst ( #9163 )
...
* Update outdated link in first_3d_game's going_further.rst
---------
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
Co-authored-by: Matthew <matthewehr@hotmail.com >
(cherry picked from commit 4547b5b301 )
2024-07-24 20:54:54 +02:00
skyace65
177c1b34a8
Replace "alt" with "opt" for macOS shortcuts
...
(cherry picked from commit 175524548c )
2024-07-24 20:50:35 +02:00
skyace65
ba30c3de73
Unify C# naming notes and comments
...
(cherry picked from commit 8916cbd4b2 )
2024-07-24 20:50:07 +02:00
Matthew
5ea012420b
Merge pull request #8772 from docrinehart/first-3d-game-animation-fixes
...
First 3d game animation fixes
(cherry picked from commit c42e54bfbb )
2024-07-24 20:47:16 +02:00
MarsAstro
6b53c69def
Update 04.mob_scene.rst
...
Removed an unnecessary instruction
(cherry picked from commit cd48dd0245 )
2024-07-24 20:27:21 +02:00
Matthew
b12dfa0d6e
Merge pull request #8963 from Gallium314/master
...
grammar error
(cherry picked from commit 5bc5ffd636 )
2024-05-07 12:53:52 +02:00
Matthew
1fa0918a7d
Merge pull request #7890 from AThousandShips/pos_fix
...
Fix use of global position in 3d game tutorial
2024-01-25 10:14:06 +01:00
Matthew
1483dde919
Merge pull request #8699 from BenAmundson/patch-2
...
Update 05.spawning_mobs.rst (typo regarding 'respectively')
2024-01-25 10:13:12 +01:00
David C. Drake
83bc0c5e97
"as long" -> "as long as" in 03.player_movement_code.rst
...
Changed "as long it is not on or collides" to "as long as it is not on or colliding".
2023-11-17 20:49:38 -07:00
René van der Ark
4ada3f63a6
Fixes typo in reference to normalized method.
2023-11-17 16:39:22 +01:00
Hugo Locurcio
f9817954c7
Remove unused images
...
This reduces the size of ZIP downloads for offline reading.
Unused images were found by running `_tools/list-unused-images.sh`.
These images were used in Godot 2.x and 3.x documentation,
but have been replaced by remade images with different names since.
2023-11-13 21:57:19 +01:00
Jackie Xu
8625ccb362
Fix duplicate mob squash logic in Your first 3D game ( #7767 )
2023-11-09 11:12:02 +01:00
Hugo Locurcio
071d49a489
Fix various cases of unused images
...
Some of these images were duplicates or not relevant anymore,
so they have been removed entirely. Others have had their links fixed
or added where relevant.
2023-11-07 18:04:26 +01:00
Cris Higham
426c83b39a
Update 06.jump_and_squash.rst
...
Spacing on for loop, only 3 spaces instead of 4. This results in tab allocations in the editor failing when using copy and paste from the docs into the code editor.
2023-10-26 07:39:23 +02:00
Max Hilbrunner
c1d835834d
Merge pull request #8277 from Jamibaraki/image-update
...
#8276 Replaced image from Godot 3 with Godot 4 image.
2023-10-25 21:25:20 +02:00
Max Hilbrunner
257cd8b950
Merge pull request #8302 from paulloz/C#-capitalization-issues
...
C#: Fix some forgotten lowercase x/y/z
2023-10-21 22:39:59 +02:00
Max Hilbrunner
4f5b70c45a
Merge pull request #8109 from strobelt/add-csharp-tips-to-jump-and-squash-3d-tutorial
...
Add C# Tips to 3d tutorial game step 6
2023-10-21 21:24:35 +02:00
Paul Joannon
a60ab49aac
Fix some forgotten lowercase x/y/z
2023-10-21 21:23:01 +02:00
Timur Surov
df4581fd0b
Update 09.adding_animations.rst
...
The picture shows 0.3 and the animation is smoother
2023-10-19 17:34:57 +01:00
James
065c5d749d
Replaced image from Godot 3 showing 'Camera' with Godot 4 image showing 'Camera3D'. Image is now .webp instead of .png. Also updated corresponding .rst file.
2023-10-19 19:23:57 +09:00
Hana - Piralein
625c4a67c4
update project manager images
2023-10-17 21:47:47 +02:00
Luiz Strobelt
88a6d2fd6a
Add C# Tips to 3d tutorial game
2023-10-15 13:29:35 -03:00
Matthew
366ae38f7e
Merge pull request #8157 from akpath/patch-1
...
fix comment
2023-10-06 21:50:47 -04:00
akpath
3d8a6b61c5
fix comment
...
Comment was inaccurate in its conversion of radians to degrees
2023-10-06 19:09:05 -04:00
Jesus
16015bbfcf
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-06 13:02:30 +02:00
Andrew Henning-Kolberg
d980b87906
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-09-22 20:02:12 -04:00
Max Hilbrunner
485116d8a3
Character and typo fixes
2023-05-31 18:07:27 +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
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
Max Hilbrunner
71f48c2497
Remove invalid Mac key binding from 01.game_setup
...
Co-authored-by: Alice Alexandra Moore <86723305+3mdistal@users.noreply.github.com >
2023-05-05 13:30:25 +02:00
Max Hilbrunner
b058effbc1
Merge pull request #7144 from felixmreeve/patch-1
2023-05-04 13:35:31 +02:00
Max Hilbrunner
3fa81e2819
Merge pull request #7234 from Vennnot/patch-1
...
Updated with autoplay mention
2023-05-03 11:18:33 +02:00
AV77
d33ac8822a
Marked potentially outdated pages
2023-04-28 16:58:40 +00:00
Daniel Delgado
78c8777355
Updated with autoplay mention
...
Copy of this stale PR: https://github.com/godotengine/godot-docs/pull/6392#issue-1454674348 rebased. Both can be closed now.
2023-04-26 20:16:46 +02:00
Andrew Cocker
9b35747ba5
Update C# code samples in 07.killing_player.rst ( #7177 )
...
Fixed two references in code summary
2023-04-18 16:41:50 +03:00
felixmreeve
9ece5c7f59
Updated method name in GDScript example
...
_on_visible_on_screen_notifier_3d_screen_exited is the default name for the method created in GDScript, and is how the function is referred to elsewhere in the instructions. C# might need changing as well.
2023-04-10 10:57:42 +01:00
Levelleor
18ab91b111
Remove duplicate C# comment from GDscript codeblock
2023-04-06 00:18:26 +03:00
Max Hilbrunner
da46470513
Merge pull request #6978 from JohnVeness/project-manager
...
Change capitalization of Project Manager
2023-03-20 02:45:09 +01:00
Max Hilbrunner
7677147452
Merge pull request #6985 from CordellierPaul/patch-1
...
Changing PathFollow to PathFollow3D in "your first 3D game"
2023-03-20 02:40:09 +01:00
Hana - Piralein
c80d700a17
fix code-tab indentation
2023-03-19 07:06:52 +01:00
CordellierPaul
ab1157a2d8
Changing <PathFollow> to <PathFollow3D>
...
Small change so the C# code so it compiles.
2023-03-15 18:38:05 +01:00
John Veness
08498ef96a
Change capitalization of Project Manager
2023-03-13 20:08:49 +00:00
Chris Weber
a166f7c483
Fix incorrect default collision layer in Your first 3D game ( #6928 )
...
Physics and rendering layers are counted from 1 in Godot 4.0 and later.
2023-03-13 17:45:40 +01:00
Brett Chalupa
cfb007b2b4
Remove gendered pronouns from 3D Player Movement section
...
Makes the language a bit more inclusive by not gendering the Player.
2023-03-10 11:36:01 -05:00
Raul Santos
a7637e0ef1
Update getting started C# code, remove randomize ( #6811 )
...
* Update getting started C# code, remove randomize
- Sync C# code with GDScript.
- Remove `randomize` calls.
- Rename members that have been renamed in Godot's C# API for 4.0.
- Change `delta` parameter type to `double` in C#.
- Follow our C# code style more closely.
- Other minor code fixes.
---------
Co-authored-by: RedworkDE <10944644+RedworkDE@users.noreply.github.com >
2023-03-09 06:06:54 +01:00
Angel Velasquez
78e8dbfbe3
Update 01.game_setup.rst:43 to mention RMB>Rename and F2 ( #6876 )
...
* 01.game_setup.rst:43 mention RMB>Rename and F2
2023-03-09 05:48:07 +01:00